diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-10-27 22:46:11 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-10-27 22:46:23 -0700 |
commit | 5f21a5e788402345f97e8bc934259e960ba0f334 (patch) | |
tree | 686ce7ef76e90775903d33916017a6cdc9a80e91 /subx/c | |
parent | 5e5f569c1777e4062b2d4379ed4b17b9d0b18281 (diff) | |
download | mu-5f21a5e788402345f97e8bc934259e960ba0f334.tar.gz |
4726
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 |