All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.safrain.remotegsh.server.install.txt Maven / Gradle / Ivy

The newest version!
#!/bin/sh

#Remote Groovy Shell installer for UN*X

curl -s "{{server}}?r=jar" -o ./remote-gsh-shell-${project.version}.jar
curl -s "{{server}}?r=rgsh" -o ./rgsh
chmod +x ./rgsh

echo ""
echo "Installation complete."
echo ""

./rgsh --help




© 2015 - 2024 Weber Informatics LLC | Privacy Policy