4cade/bin/converthelp.sh

5 lines
134 B
Bash
Raw Normal View History

#!/bin/sh
2021-10-16 22:17:00 +00:00
tr "\*\~\<\>\$\%" "\020\021\010\025\016\017" < "$1" | sed '/^\[/d' > "$2"
dd if=/dev/zero bs=1 count=1 2>/dev/null >> "$2"