4sports/bin/converthelp.sh

5 lines
156 B
Bash
Raw Normal View History

2022-08-23 02:04:55 +00:00
#!/bin/sh
tr "\*\~\<\>\$\%" "\020\021\010\025\016\017" < "$1" | \
tr -d "\r" | awk '!/^\[/ { printf "%c%s", length, $0 } END { printf "\xFF" }' > "$2"