10 lines
204 B
Bash
Executable file
10 lines
204 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
|
|
|
source /etc/profile
|
|
|
|
set_kill set "pcsx2-sa"
|
|
|
|
/usr/bin/pcsx2-sa >/dev/null 2>&1
|