diff options
| author | aiju <aiju@phicode.de> | 2011-07-14 09:35:15 +0200 |
|---|---|---|
| committer | aiju <aiju@phicode.de> | 2011-07-14 09:35:15 +0200 |
| commit | bcbcda03a9abcec107cf578762feafffc54c1451 (patch) | |
| tree | f6002014ff77f315c6b183c62e7b6ef60074c1b7 /rc/bin | |
| parent | f4617dc7db28cd75e73bbe0044aa6bfc6941bfe5 (diff) | |
| download | plan9front-bcbcda03a9abcec107cf578762feafffc54c1451.tar.xz | |
added /bin/nietzsche
Diffstat (limited to 'rc/bin')
| -rwxr-xr-x | rc/bin/nietzsche | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rc/bin/nietzsche b/rc/bin/nietzsche new file mode 100755 index 000000000..caced3c70 --- /dev/null +++ b/rc/bin/nietzsche @@ -0,0 +1,7 @@ +#!/bin/rc +if(~ $#* 0) + n=`{seq 1 638 | fortune /fd/0} +if not + n=$* +for(i in $n) + cat /lib/human | sed -n '/^'$i'\./,/^$/p' | nroff | grep . |
