mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-04 01:07:17 +08:00
6 lines
56 B
Bash
6 lines
56 B
Bash
#!/bin/bash
|
|
|
|
cd "/opt/warsow"
|
|
./wswtv_server $*
|
|
exit $?
|