summaryrefslogtreecommitdiff
path: root/runner.sh
diff options
context:
space:
mode:
Diffstat (limited to 'runner.sh')
-rwxr-xr-xrunner.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/runner.sh b/runner.sh
index 19c4960..3ff381e 100755
--- a/runner.sh
+++ b/runner.sh
@@ -37,7 +37,9 @@ function vaporize() {
function condense() {
# condense the file
- echo "Not finished!"
+ ext="s"
+ java VM2M < $1 > "./output/${filename}.$ext"
+ java -jar mars.jar nc "./output/${filename}.$ext"
}