summaryrefslogtreecommitdiff
path: root/base64
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-07-19 12:08:45 -0400
committerJakob Kaivo <jkk@ung.org>2019-07-19 12:08:45 -0400
commit3344cdf0010271c43279dd99a9df151017dc1fff (patch)
treec99b13905233c79a7f92277d7fe8196ff37546f2 /base64
initial commit
Diffstat (limited to 'base64')
-rwxr-xr-xbase641
1 files changed, 1 insertions, 0 deletions
diff --git a/base64 b/base64
new file mode 100755
index 0000000..60f09d2
--- /dev/null
+++ b/base64
@@ -0,0 +1 @@
+exec uudecode -m "${1+$@}"