mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-07 20:49:31 +01:00
6 lines
111 B
Bash
6 lines
111 B
Bash
|
#!/bin/bash
|
||
|
host=bofh.jeffballard.us
|
||
|
port=666
|
||
|
grep excuse < /dev/tcp/$host/$port | sed 's/Your excuse is: //'
|
||
|
|