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
|
|
|
|
2022-09-14 21:35:38 +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
|