diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-10-26 10:12:51 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-10-26 10:16:02 -0700 |
commit | 5e5f569c1777e4062b2d4379ed4b17b9d0b18281 (patch) | |
tree | c3b07fcd33ece2e02be3f9b5656e278282ed57f1 /subx/c | |
parent | 1f08b541af47398afb3f64968b2fc5e96c58b7bb (diff) | |
download | mu-5e5f569c1777e4062b2d4379ed4b17b9d0b18281.tar.gz |
4725 - back to porting the Crenshaw compiler
Diffstat (limited to 'subx/c')
-rwxr-xr-x | subx/c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/subx/c b/subx/c new file mode 100755 index 00000000..9583b78e --- /dev/null +++ b/subx/c @@ -0,0 +1,4 @@ +#!/usr/bin/env zsh +# Make opening various versions of the Crenshaw compiler even more convenient. + +edit crenshaw$1 |