mirror of
https://github.com/UzixLS/picocom.git
synced 2025-07-19 07:21:18 +03:00
5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
exec picocom \
|
|
--send-cmd="ascii-xfr -senv -l5" \
|
|
--receive-cmd="ascii-xfr -rnv" "$@"
|