supervisor-rs 0.5.10

Manage (Start/Stop/Restart/etc.) processings on server.
Documentation
1
2
3
4
5
6
7
8
9
mkdir /usr/bin/supervisor-rs;
cd /usr/bin/supervisor-rs/;

if [ $(uname) = "Linux" ]
then
    rm ./supervisor-rs-client ./supervisor-rs-server && curl -L https://github.com/ccqpein/supervisor-rs/releases/latest/download/linux.zip | tar zx;
else
    rm ./supervisor-rs-client ./supervisor-rs-server && curl -L https://github.com/ccqpein/supervisor-rs/releases/latest/download/macos.zip | tar zx;
fi