checkout 373 B

12345678910111213141516
  1. set -e
  2. TESTS="helloworld fizz blobs simon jpeg logo walk tiled mono slotgag reflection sketch tilt noisy song viewer radarchart selftest cobra jnr kenney sprites widgets nightstrike chess invaders frogger"
  3. TESTS="jpeg nightstrike selftest"
  4. for T in $TESTS
  5. do
  6. ./mkino $T build
  7. done
  8. for T in $TESTS
  9. do
  10. echo -n "Press enter for $T"
  11. read LINE
  12. ./mkino $T upload
  13. done