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