about summary refs log tree commit diff stats
path: root/subx/subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-10-11 01:38:29 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-10-11 01:38:29 -0700
commita7c35665a5b092eab1f4be159bd3f1e43f038283 (patch)
tree00c6d2eef3ea4f921dc3deb536b4d40057a9a9e6 /subx/subx
parent46438423d2012029b3be54103c34191eb62a8f62 (diff)
downloadmu-a7c35665a5b092eab1f4be159bd3f1e43f038283.tar.gz
4013
Diffstat (limited to 'subx/subx')
-rwxr-xr-xsubx/subx4
1 files changed, 4 insertions, 0 deletions
diff --git a/subx/subx b/subx/subx
new file mode 100755
index 00000000..d059c83a
--- /dev/null
+++ b/subx/subx
@@ -0,0 +1,4 @@
+#!/bin/sh
+# Run SubX VM, first compiling if necessary.
+
+./build && ./subx_bin "$@"