mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-14 12:09:05 +08:00
5 lines
175 B
Bash
5 lines
175 B
Bash
|
#!/bin/sh
|
||
|
# launcher script for unvanquished tty client
|
||
|
|
||
|
exec /usr/lib/unvanquished/daemon-tty +set fs_libpath /usr/lib/unvanquished +set fs_basepath /var/lib/unvanquished $@
|