summaryrefslogtreecommitdiff
path: root/.local/bin/cvis
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-11-23 19:24:50 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-11-23 19:24:50 +0100
commit522f5a1b24d800917984a501865ef93d8329330f (patch)
tree0040adc1418c714961b5d57e8cf92e0bb96b0032 /.local/bin/cvis
parent20dec0072c64a4f7350ee60fd7ff0fd4e923b30d (diff)
cvis: Rename from visep
Diffstat (limited to '.local/bin/cvis')
-rwxr-xr-x.local/bin/cvis4
1 files changed, 4 insertions, 0 deletions
diff --git a/.local/bin/cvis b/.local/bin/cvis
new file mode 100755
index 0000000..7449c14
--- /dev/null
+++ b/.local/bin/cvis
@@ -0,0 +1,4 @@
+#!/usr/bin/sed -f
+
+# tr doesn’t translate characters — but bytes — meaning we need sed
+y/\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0B\x0C\x0D\x0E\x0F\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1A\x1B\x1C\x1D\x1E\x1F\x7F/␀␁␂␃␄␅␆␇␈␉␋␌␍␎␏␐␑␒␓␔␕␖␗␘␙␚␛␜␝␞␟␡/