diff options
Diffstat (limited to 'subx')
-rwxr-xr-x | subx/subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/subx b/subx/subx index d059c83a..5d7a237c 100755 --- a/subx/subx +++ b/subx/subx @@ -1,4 +1,4 @@ #!/bin/sh # Run SubX VM, first compiling if necessary. -./build && ./subx_bin "$@" +./build && ./subx_bin "$@" |