File: pcxm

package info (click to toggle)
picocom 1.4-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 228 kB
  • ctags: 135
  • sloc: ansic: 1,759; xml: 359; makefile: 77; sh: 12
file content (4 lines) | stat: -rw-r--r-- 83 bytes parent folder | download | duplicates (5)
1
2
3
4
#!/bin/sh
exec picocom \
    --send-cmd="sx -vv" \
    --receive-cmd="rx -vv" "$@"