mirror of
https://github.com/UzixLS/picocom.git
synced 2025-07-19 15:31:24 +03:00
5 lines
92 B
Bash
Executable File
5 lines
92 B
Bash
Executable File
#!/bin/sh
|
|
exec picocom \
|
|
--send-cmd="sz -b -vv" \
|
|
--receive-cmd="rz -b -E -vv" "$@"
|