nhoffman / argparse-bash

Use python's argparse module in shell scripts
MIT License
167 stars 27 forks source link

fix compatibility with python 3.2+ #1

Closed alekibango closed 9 years ago

alekibango commented 9 years ago

Now script can run also on systems where python 3.2+ is default python version

Also changed tabs into spaces and added 2 lines to template script to echo variables.

nhoffman commented 9 years ago

@alekibango - thanks for the pull request!