summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2021-12-08 21:52:01 -0500
committerJacob McDonnell <jacob@simplelittledream.com>2021-12-08 21:52:01 -0500
commit8d37ce9bf25ccd37e50e9f766bb8df710e855217 (patch)
tree6fad3a5759c560ea15d11d8b2dcb57ba9d1a8886 /build
parent7a84f94823aae2eb180b035e308e75c678fc434c (diff)
Rewrote Jed to have multiple classes and cleaned up the code
Diffstat (limited to 'build')
-rwxr-xr-xbuild/jed3
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 $@