mirror of
https://github.com/digarok/MiniMemoryTester.git
synced 2024-12-22 15:31:03 +00:00
10 lines
106 B
Bash
Executable File
10 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
./make_bootable
|
|
|
|
if [ $? -ne 0 ]; then
|
|
echo "Build failed, methinks."
|
|
exit 1
|
|
fi
|
|
|
|
./gsport
|