mirror of
https://github.com/a2-4am/4cade.git
synced 2024-10-13 16:23:44 +00:00
5 lines
135 B
Bash
Executable File
5 lines
135 B
Bash
Executable File
#!/bin/sh
|
|
|
|
tr "\*\~\<\>\$$\%" "\020\021\010\025\016\017" < "$1" | sed '/^\[/d' > "$2"
|
|
dd if=/dev/zero bs=1 count=1 2>/dev/null >> "$2"
|