mirror of
https://github.com/digarok/MiniMemoryTester.git
synced 2025-01-03 03:29:28 +00:00
10 lines
106 B
Plaintext
10 lines
106 B
Plaintext
|
#!/bin/bash
|
||
|
./make_bootable
|
||
|
|
||
|
if [ $? -ne 0 ]; then
|
||
|
echo "Build failed, methinks."
|
||
|
exit 1
|
||
|
fi
|
||
|
|
||
|
./gsport
|