diff options
Diffstat (limited to 'subx/c')
-rwxr-xr-x | subx/c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subx/c b/subx/c index 9583b78e..ddfde99a 100755 --- a/subx/c +++ b/subx/c @@ -1,4 +1,4 @@ #!/usr/bin/env zsh -# Make opening various versions of the Crenshaw compiler even more convenient. +# Make editing various versions of the Crenshaw compiler even more convenient. -edit crenshaw$1 +./edit crenshaw$1 |