58769c80d3
* Update games to use .config/game/configs moving configurations out of the system config root. * Split modules into a separate package (packages/misc/modules). * Remove some unused packages and move a few virtual packages to packages/virtual.
11 lines
197 B
Bash
11 lines
197 B
Bash
#!/bin/bash
|
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2021-present 351ELEC
|
|
|
|
source /usr/bin/env.sh
|
|
source /etc/profile
|
|
|
|
jslisten set "killall scummvm"
|
|
|
|
/usr/bin/scummvm.start sa
|