distribution/packages/games/emulators/raze/sources/autostart/common/011-raze

10 lines
346 B
Text
Raw Normal View History

2022-08-19 07:42:46 +00:00
#!/bin/bash
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright (C) 2022-present travis134
2022-08-19 07:43:34 +00:00
if [ ! -e "/storage/roms/build/_Scan Build Engine Games.sh" ]; then
2022-08-19 07:45:22 +00:00
cp "/usr/config/game/raze/games/_Scan Build Engine Games.sh" "/storage/roms/build/_Scan Build Engine Games.sh"
2022-08-19 07:43:34 +00:00
chmod +x "/storage/roms/build/_Scan Build Engine Games.sh"
2022-08-19 07:42:46 +00:00
fi