added /bin/nietzsche
This commit is contained in:
parent
f4617dc7db
commit
bcbcda03a9
2 changed files with 1317 additions and 0 deletions
1310
lib/human
Normal file
1310
lib/human
Normal file
File diff suppressed because one or more lines are too long
7
rc/bin/nietzsche
Executable file
7
rc/bin/nietzsche
Executable file
|
@ -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 .
|
Loading…
Reference in a new issue