mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
5 lines
143 B
Bash
5 lines
143 B
Bash
#!/bin/sh
|
|
mkdir -p ~/.synergy/plugins
|
|
ln -sf /usr/lib/synergy/libns.so ~/.synergy/plugins/libns.so
|
|
exec "/usr/lib/synergy/$(basename $0)" "$@"
|