mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
7 lines
140 B
Bash
Executable file
7 lines
140 B
Bash
Executable file
#!/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 .
|