|
|
|
|
|
by yipbub
646 days ago
|
|
I have these that come from history|grep espeak From a particularly sunny day where I was having too much fun waiting for my builds: while ps -49011;do sleep 3;done;espeak "IT'S DONE YOU FUCK. COME WORK.";telegram-send "done"
More regularly: gh pr checks 2850 --watch ; while true; do espeak "main done";sleep 5;done
|
|