This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2gs-SW
/
MiniMemoryTester
Watch
1
Star
0
Fork
0
You've already forked MiniMemoryTester
mirror of
https://github.com/digarok/MiniMemoryTester.git
synced
2025-01-17 19:31:32 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
MiniMemoryTester
/
brun
10 lines
106 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
adding build files
2015-09-28 20:45:46 -05:00
#!/bin/bash
./make_bootable
if [ $? -ne 0 ]; then
echo "Build failed, methinks."
exit 1
fi
fix RAM detection code and SCB text colorizer
2018-10-30 13:08:08 -05:00
./gsplus
Reference in New Issue
Copy Permalink