Files
establo/hardware/ESP_ARDUINO/core/debug
2024-08-13 16:46:44 -04:00

7 lines
57 B
Bash
Executable File

#!/bin/bash
while [ 1=1 ]
do
nc 192.168.200.1 23
done