summary refs log tree commit diff stats
path: root/lib/system/platforms.nim
Commit message (Collapse)AuthorAgeFilesLines
* Happy new year!Guillaume Gelin2015-01-061-1/+1
|
* final version before removalAraq2014-12-081-0/+74
href='/akkartik/mu/commit/subx/subx?h=hlt&id=b53ee143f8facaecbf2f18ed0a6a1251166fff67'>b53ee143 ^
1
2
3
4
5

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

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