mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-02 18:19:33 +01:00
7 lines
146 B
Bash
Executable File
7 lines
146 B
Bash
Executable File
#!/bin/bash
|
|
#host=bofh.jeffballard.us
|
|
#port=666
|
|
#grep excuse < /dev/tcp/$host/$port | sed 's/Your excuse is: //'
|
|
|
|
sort -R excuses.txt | head -n 1
|