From 30300843e0c66ca3eefa97f5787f95b07c256d2f Mon Sep 17 00:00:00 2001 From: Epoch Qwert Date: Sun, 23 Nov 2014 14:25:42 -0600 Subject: fixed gitignore. >_> added a bunch of new piddly shit. --- nocompile/bin/unescape | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 nocompile/bin/unescape (limited to 'nocompile/bin/unescape') 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")" -- cgit v1.2.3