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

6
pcasc Normal file → Executable file
View File

@ -1,4 +1,4 @@
#!/bin/sh
exec ./picocom \
--send-cmd="ascii-xfr -sv -l5" \
--receive-cmd="ascii-xfr -rv" "$@"
exec picocom \
--send-cmd="ascii-xfr -senv -l5" \
--receive-cmd="ascii-xfr -rnv" "$@"