mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-26 17:49:43 +00:00
fix typo in converthelp script
This commit is contained in:
parent
18cbe3bd10
commit
52142a0e20
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
tr "\*\~\<\>\$$\%" "\020\021\010\025\016\017" < "$1" | sed '/^\[/d' > "$2"
|
||||
tr "\*\~\<\>\$\%" "\020\021\010\025\016\017" < "$1" | sed '/^\[/d' > "$2"
|
||||
dd if=/dev/zero bs=1 count=1 2>/dev/null >> "$2"
|
||||
|
Loading…
Reference in New Issue
Block a user