6 lines
116 B
Plaintext
6 lines
116 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
if [[ $(cat /etc/hostname) == "uzui" ]]; then
|
||
|
"${XDG_CONFIG_HOME}"/bin/uzui/monitor_connect "$@"
|
||
|
fi
|