summary refs log tree commit diff
path: root/home/.local/bin/aes
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-06-17 17:48:40 -0400
committerJune McEnroe <june@causal.agency>2020-06-17 17:48:40 -0400
commit5def5db33a0a260183c873cabeb2736476879ff9 (patch)
tree5b224bee539ab8c43b9d8252e6e98424cb0c997b /home/.local/bin/aes
parentRemove aes (diff)
downloadsrc-5def5db33a0a260183c873cabeb2736476879ff9.tar.gz
src-5def5db33a0a260183c873cabeb2736476879ff9.zip
Add simpler aes tr script
Diffstat (limited to 'home/.local/bin/aes')
-rwxr-xr-xhome/.local/bin/aes7
1 files changed, 7 insertions, 0 deletions
diff --git a/home/.local/bin/aes b/home/.local/bin/aes
new file mode 100755
index 00000000..32b52637
--- /dev/null
+++ b/home/.local/bin/aes
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -eu
+
+enwiden() {
+	exec tr ' -~' ' !-~'
+}
+[ $# -gt 0 ] && echo "$*" | enwiden || enwiden