1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00
Files
picocom/pczm
2010-05-28 00:17:52 +00:00

5 lines
90 B
Bash

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