mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-27 10:47:41 +00:00
7 lines
250 B
Bash
Executable file
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}"
|