1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

Updated scripts

This commit is contained in:
Nick Patavalis
2015-08-25 20:46:02 +03:00
parent c560a119e9
commit 31e1a13e22
4 changed files with 9 additions and 9 deletions

4
pcxm Normal file → Executable file
View File

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