diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2021-12-08 21:52:01 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2021-12-08 21:52:01 -0500 |
| commit | 8d37ce9bf25ccd37e50e9f766bb8df710e855217 (patch) | |
| tree | 6fad3a5759c560ea15d11d8b2dcb57ba9d1a8886 /build | |
| parent | 7a84f94823aae2eb180b035e308e75c678fc434c (diff) | |
Rewrote Jed to have multiple classes and cleaned up the code
Diffstat (limited to 'build')
| -rwxr-xr-x | build/jed | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/jed b/build/jed new file mode 100755 index 0000000..3ac0634 --- /dev/null +++ b/build/jed @@ -0,0 +1,3 @@ +#!/bin/sh + +java -jar ./jed.jar $@ |
