mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-17 15:35:20 +01:00
Tests if repository json files conform to the json schema. If all resources (images/icons/website URLs) they mention actually exists. And can also test writing images and the FAT modification code.
5 lines
115 B
Bash
5 lines
115 B
Bash
#!/bin/sh
|
|
|
|
echo "Bogus firstrun.sh file, used for automated testing of FAT16/FAT32 modification code only"
|
|
|
|
exit 0
|