mirror of
https://github.com/dirtbags/moth.git
synced 2025-01-07 12:30:47 -07:00
7 lines
122 B
Bash
Executable file
7 lines
122 B
Bash
Executable file
#! /bin/sh
|
|
|
|
# Try hard to look like a serial connection
|
|
|
|
reset
|
|
echo 'RS232/0:1200-N81'
|
|
exec nc 10.0.0.2 56352 2>/dev/null
|