summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2020-02-07 11:17:51 +0100
committerHugo Hörnquist <hugo@hornquist.se>2020-02-07 14:16:29 +0100
commit6bb5d609a1f66bd3f06f04bba7216c648938b0bf (patch)
treee5d207d21b715e102a56e5e09f81e724231dabeb /main
parentparse and eval now connected to gui (diff)
downloadmath-parse-6bb5d609a1f66bd3f06f04bba7216c648938b0bf.tar.gz
math-parse-6bb5d609a1f66bd3f06f04bba7216c648938b0bf.tar.xz
Cleanup.
Diffstat (limited to 'main')
-rwxr-xr-xmain5
1 files changed, 5 insertions, 0 deletions
diff --git a/main b/main
new file mode 100755
index 0000000..28d7b0a
--- /dev/null
+++ b/main
@@ -0,0 +1,5 @@
+#!/bin/bash
+racket <<- EOF
+(require "gui.rkt")
+(show-window)
+EOF