mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-04 05:17:15 +08:00
6 lines
54 B
Plaintext
6 lines
54 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
cd "/opt/warsow"
|
||
|
./wsw_server $*
|
||
|
exit $?
|