distribution/packages/emulators/standalone/scummvmsa/config/games/_Scan ScummVM Games.sh

14 lines
356 B
Bash

#!/bin/bash
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2019-present Shanti Gilbert (https://github.com/shantigilbert)
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
. /etc/profile
clear
echo "Scanning for games..."
bash /usr/bin/start_scummvm.sh add
echo "Adding games..."
bash /usr/bin/start_scummvm.sh create
clear