spiegel-keyman/resources/gosh/gosh.sh
2020-05-25 08:29:15 -06:00

7 lines
250 B
Bash
Executable file

#!/bin/bash
# This script goes with gosh.bat and gosh.js. It may be helpful for launching
# a platform independent script "gosh foo.sh ..." where "gosh" will be interpreted
# as gosh.bat on Windows and this script on other platforms.
"$1" "${@:2}"