Skip to content

Instantly share code, notes, and snippets.

@stefanthaler
Created March 11, 2015 18:48
Show Gist options
  • Select an option

  • Save stefanthaler/220dd2883b6878794a67 to your computer and use it in GitHub Desktop.

Select an option

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
#!/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