1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 15:31:24 +03:00
Files
picocom/pczm
Nick Patavalis 31e1a13e22 Updated scripts
2015-08-25 20:46:02 +03:00

5 lines
92 B
Bash
Executable File

#!/bin/sh
exec picocom \
--send-cmd="sz -b -vv" \
--receive-cmd="rz -b -E -vv" "$@"