4 lines
43 B
Text
4 lines
43 B
Text
|
#!/usr/bin/bash
|
||
|
|
||
|
shuf -n 1 /etc/fortune $@
|