diff options
Diffstat (limited to 'Demo/scripts')
-rwxr-xr-x | Demo/scripts/wh.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Demo/scripts/wh.py b/Demo/scripts/wh.py new file mode 100755 index 0000000..b9b09ef --- /dev/null +++ b/Demo/scripts/wh.py @@ -0,0 +1,2 @@ +# This is here so I can use 'wh' instead of 'which' in '~/bin/generic_python' +import which |