Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pa100_games « preinit.d « etc « rootfs « hakchi « mod - github.com/ClusterM/hakchi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 73cf77164f642304d95c59586d2c7f6587ddbb01 (plain)
1
2
3
4
5
if [ -z "$(ls $rootfs$gamepath/CLV-* 2>/dev/null)" ]; then
  echo "no romz found"
else
  overmount_games
fi