diff --git a/installer_client.sh b/installer_client.sh new file mode 100644 index 0000000..ecf1816 --- /dev/null +++ b/installer_client.sh @@ -0,0 +1,12 @@ +#!/usr/bin/sh + +mkdir -p ~/.rmsh + +cd ~ +git clone https://github.com/remote-shell/client.git +cd client + +cp client.py ~/.rmsh/ +ln -s client.py /usr/bin/rmsh + +echo "Client installation completed. You can run the client with 'rmsh'."