distribution/packages/emulators/libretro/tyrquake/sources/autostart/common/011-tyrquake
2023-03-04 10:19:56 -05:00

9 lines
322 B
Bash

#!/bin/bash
# SPDX-License-Identifier: GPL-3.0-or-later
# Copyright (C) 2022-present travis134
if [ ! -e "/storage/roms/quake/_Scan Quake Games.sh" ]; then
cp "/usr/config/game/tyrquake/games/_Scan Quake Games.sh" "/storage/roms/quake/_Scan Quake Games.sh"
chmod +x "/storage/roms/quake/_Scan Quake Games.sh"
fi