mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
5 lines
175 B
Bash
Executable File
5 lines
175 B
Bash
Executable File
#!/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 $@
|