10 lines
106 B
Plaintext
Raw Normal View History

2015-09-28 20:45:46 -05:00
#!/bin/bash
./make_bootable
if [ $? -ne 0 ]; then
echo "Build failed, methinks."
exit 1
fi
./gsport