diff options
Diffstat (limited to 'subx/edit')
-rwxr-xr-x | subx/edit | 10 |
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 |