about summary refs log tree commit diff stats
path: root/subx/edit
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-07-30 20:30:12 -0700
committerKartik Agaram <vc@akkartik.com>2018-07-30 20:30:12 -0700
commit219d05fa00046da7333c1199e838fea34edb9ef3 (patch)
treec348dcc95f01cc851a698208cdfaea973f5a5b61 /subx/edit
parent86d8f1f30dd70f9be457d9855327649a0870a22e (diff)
downloadmu-219d05fa00046da7333c1199e838fea34edb9ef3.tar.gz
4463
Also purge some unused helper scripts. Good ideas in theory, but no
point if they didn't make it to muscle memory.
Diffstat (limited to 'subx/edit')
-rwxr-xr-xsubx/edit10
1 files changed, 0 insertions, 10 deletions
diff --git a/subx/edit b/subx/edit
deleted file mode 100755
index b33d8212..00000000
--- a/subx/edit
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/usr/bin/env zsh
-# Open a specific example.
-
-if [ $# -eq 0 ]
-then
-  echo "edit <file>"
-  exit 1
-fi
-
-eval $EDITOR ./$1.subx