5 lines
66 B
Plaintext
5 lines
66 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
wmake clean && wmake test && dosbox-x -nolog test.exe
|
||
|
|