4sports/bin/converthelp.sh
2022-08-22 22:04:55 -04:00

5 lines
156 B
Bash
Executable File

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