diff options
author | Guido van Rossum <guido@python.org> | 1992-03-02 16:20:32 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1992-03-02 16:20:32 (GMT) |
commit | 2ba9f30489326dcaea8e0c1fdc395805fb618c97 (patch) | |
tree | d360c7225310833094e7dc40be5289f9d95ea3e9 /Demo/scripts | |
parent | becdad3d5e512b08e0dd5994ac7c7ec3e6f84ebc (diff) | |
download | cpython-2ba9f30489326dcaea8e0c1fdc395805fb618c97.zip cpython-2ba9f30489326dcaea8e0c1fdc395805fb618c97.tar.gz cpython-2ba9f30489326dcaea8e0c1fdc395805fb618c97.tar.bz2 |
Initial revision
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 |