about summary refs log tree commit diff stats
path: root/subx
blob: 257e2f133aa8e4b83e9096041280e0711b9d2cfe (plain) (blame)
1
2
3
4
5
#!/bin/sh
# Run SubX VM, first compiling if necessary.
set -e

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