diff options
author | bd-912 <bdunahu@colostate.edu> | 2024-05-04 17:58:34 -0600 |
---|---|---|
committer | bd-912 <bdunahu@colostate.edu> | 2024-05-04 17:58:34 -0600 |
commit | 925372248bfb45e0027cf71d8d40c26e48261ee5 (patch) | |
tree | ed893e2b2babc8e8c137aa0f1a84cd9858b41d8e /runner.sh | |
parent | 5ddbe1a5877c2117b2d74015af1eb11baaf998a1 (diff) |
Skeleton for "Condense" (vaporm to mips) Library
Diffstat (limited to 'runner.sh')
-rwxr-xr-x | runner.sh | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" } |