about summary refs log blame commit diff stats
path: root/subx/subx
blob: 257e2f133aa8e4b83e9096041280e0711b9d2cfe (plain) (tree)
1
2
3
4
5

                                            
      
 
                            
#!/bin/sh
# Run SubX VM, first compiling if necessary.
set -e

./build  &&  ./subx_bin "$@"