This commit is contained in:
Fulton Browne 2021-06-09 20:27:34 +00:00
parent ef6054b8e7
commit 7477fd0cf5
1 changed files with 10 additions and 0 deletions

10
util/p Executable file
View File

@ -0,0 +1,10 @@
while ( ){
echo work work work
echo a fortune:
fortune
sleep 12000
echo break time
echo a word of wisdom from ken:
fortune /lib/ken
sleep 300
}