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

5 lines
89 B
Bash
Executable File

#!/bin/sh
exec picocom \
--send-cmd="sx -b -vv" \
--receive-cmd="rx -b -vv" "$@"