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

15 lines
329 B
Bash
Raw Normal View History

2022-02-05 14:23:32 +00:00
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2019-present Shanti Gilbert (https://github.com/shantigilbert)
# Copyright (C) 2020-present Fewtarius
. /etc/profile
2022-09-14 00:33:11 +00:00
clear
echo "Scanning for games..."
bash /usr/bin/start_scummvm.sh add
echo "Adding games..."
bash /usr/bin/start_scummvm.sh create
clear