mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
6 lines
54 B
Bash
6 lines
54 B
Bash
#!/bin/bash
|
|
|
|
cd "/opt/warsow"
|
|
./wsw_server $*
|
|
exit $?
|