mirror of
https://github.com/UzixLS/picocom.git
synced 2025-07-19 07:21:18 +03:00
5 lines
83 B
Bash
5 lines
83 B
Bash
#!/bin/sh
|
|
exec picocom \
|
|
--send-cmd="sx -vv" \
|
|
--receive-cmd="rx -vv" "$@"
|