diff options
author | rsc <devnull@localhost> | 2005-01-23 22:56:33 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-23 22:56:33 +0000 |
commit | a4eeb3c1037371a14089228d4c08605da67e67bc (patch) | |
tree | f53e21b12f7c90e52e084725e770dd43cad8524b /bin | |
parent | 8b0e19f72581de53c314350271863e6070e46c7a (diff) | |
download | plan9port-a4eeb3c1037371a14089228d4c08605da67e67bc.tar.gz plan9port-a4eeb3c1037371a14089228d4c08605da67e67bc.tar.bz2 plan9port-a4eeb3c1037371a14089228d4c08605da67e67bc.zip |
add stack
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/stack | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/stack b/bin/stack new file mode 100755 index 00000000..af649d55 --- /dev/null +++ b/bin/stack @@ -0,0 +1,3 @@ +#!/usr/local/plan9/bin/rc + +echo '$c' | 9 db -q $* |