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

Imported 1.4 source

This commit is contained in:
Nick Patavalis
2010-05-28 00:17:52 +00:00
commit 464e25056f
18 changed files with 5078 additions and 0 deletions

4
pcasc Normal file
View File

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