Created
March 11, 2015 18:48
-
-
Save stefanthaler/220dd2883b6878794a67 to your computer and use it in GitHub Desktop.
Small bash script that wraps a bash script around a python script to execute it like a "normal" program
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # copy | |
| # create script in /usr/local/sbin/gp_to_svg | |
| # run chmod +x on it | |
| python /usr/local/sbin/gp_to_svg.py "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment