summaryrefslogtreecommitdiff
path: root/nocompile/bin/unescape
diff options
context:
space:
mode:
authorEpoch Qwert <epoch@53flpnlls43fcguy.onion>2014-11-23 14:25:42 -0600
committerEpoch Qwert <epoch@53flpnlls43fcguy.onion>2014-11-23 14:25:42 -0600
commit30300843e0c66ca3eefa97f5787f95b07c256d2f (patch)
treeb29343b30092689786ffcac3913b683ff7555dbe /nocompile/bin/unescape
parenta23b5f921d551863dbcae494e58622164a1d3492 (diff)
downloadmisc-30300843e0c66ca3eefa97f5787f95b07c256d2f.tar.gz
misc-30300843e0c66ca3eefa97f5787f95b07c256d2f.zip
fixed gitignore. >_> added a bunch of new piddly shit.
Diffstat (limited to 'nocompile/bin/unescape')
-rwxr-xr-xnocompile/bin/unescape7
1 files changed, 7 insertions, 0 deletions
diff --git a/nocompile/bin/unescape b/nocompile/bin/unescape
new file mode 100755
index 0000000..c3cac84
--- /dev/null
+++ b/nocompile/bin/unescape
@@ -0,0 +1,7 @@
+#!/bin/sh
+if [ "_$1" != "_" ];then
+ l="$1"
+else
+ read l
+fi
+printf "$(echo "$l" | sed "s/%/\\\\x/g")"