Skip to content

Instantly share code, notes, and snippets.

@etscrivner
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save etscrivner/a413a162a932f6b73ede to your computer and use it in GitHub Desktop.
Save etscrivner/a413a162a932f6b73ede to your computer and use it in GitHub Desktop.
Shell command to run simple script with local settings
user@computer:~/app$ ./localsettings.sh bin/app.py --app-arg1 arg1-val --app-arg2
Welcome to superslice
['bin/app.py', '--app-arg1', 'arg1-val', '--app-arg2']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment