mirror of
https://github.com/opnsense/src.git
synced 2026-03-28 21:53:16 -04:00
4 lines
158 B
Bash
Executable file
4 lines
158 B
Bash
Executable file
#!/bin/sh
|
|
startslip -b 57600 -U ./slup.sh -D ./sldown.sh \
|
|
-s atd<phone1> -s atd<phone2> -s atd<phone3> \
|
|
-h -t 60 -w 2 -W 20 /dev/cuaa1 <login> <password>
|