Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Create installer_client.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sctech-tr authored Oct 16, 2024
1 parent 5840c18 commit a8adf3a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions installer_client.sh
Original file line number Diff line number Diff line change
@@ -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'."

0 comments on commit a8adf3a

Please sign in to comment.