r0c/scripts/tnet.sh

8 lines
62 B
Bash
Executable File

#!/bin/bash
while true
do
telnet 127.0.0.1 2323
sleep 1
done