#!/bin/sh
# ds4-on-spark short-link bootstrap (https://enia.cc/ds4)
# Fetches and runs the pinned installer from GitHub, forwarding all
# arguments, so this file never changes across ds4 releases:
#   curl -sSL https://enia.cc/ds4 | bash -s -- --start
# Source of truth: https://github.com/Entrpi/ds4-on-spark (install.sh)
curl -fsSL https://raw.githubusercontent.com/Entrpi/ds4-on-spark/main/install.sh | bash -s -- "$@"
