ulissigroup / GASpy

GNU Lesser General Public License v3.0
64 stars 33 forks source link

Extract shell API #58

Closed ktran9891 closed 5 years ago

ktran9891 commented 6 years ago

We have a lot of shell scripts lying in various folders. "Real" software would have users simply call these scripts via command line, like gaspy update_db instead of cd /path/to/GASpy/scripts; ./update_db.sh.

ktran9891 commented 6 years ago

As per our discussion, we can simply add a leading gaspy_* to each script and then the appropriate /bins PATH

ktran9891 commented 5 years ago

If we've ignored this issue for this long, then we probably don't need to do it.