diff options
Diffstat (limited to 'win/unhyp')
-rwxr-xr-x | win/unhyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win/unhyp b/win/unhyp new file mode 100755 index 0000000..a72f4c5 --- /dev/null +++ b/win/unhyp @@ -0,0 +1,4 @@ +#!/bin/sh + +# Written with busybox sed in mind. +sed -i 's/\­\;//g' $1 |