This is a follow up on the Shell 3 - Finding Things problem.
Instead of having to call our Python program and our Bash script by using the commands python and bash, it would be nice if we could just execute them directly. So, let’s do the following:
svn commit
rich_pred.py my_file.sh -m "My totally useful and informative
commit message"
. Don’t forget to add your shell script first using
svn add my_file.sh if you haven’t already.rich_pred.py
without
using the python command. Commit the change (yes… with an
informative commit message… always with an informative commit
message).