8 lines
124 B
Bash
Executable file
8 lines
124 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
if [[ $(pidof nekoray) ]]; then
|
|
pkill nekoray
|
|
pkill nekobox_core
|
|
fi
|
|
|
|
exec /opt/nekoray/nekoray
|