10 lines
169 B
Bash
Executable file
10 lines
169 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2021-present 351ELEC
|
|
|
|
source /etc/profile
|
|
|
|
jslisten set "scummvm"
|
|
|
|
/usr/bin/start_scummvm.sh sa
|