jagrosh / Selfbot

A simple Discord selfbot that is fast and easy to set up and use
Apache License 2.0
99 stars 56 forks source link

Add run.sh for easy running on Linux #5

Closed Erisa closed 6 years ago

Erisa commented 7 years ago

Ok I know it isn't exactly very hard to just type java -jar JSelfbot.jar every time (Especially since you can usually just hit tab after typing the first letter of the file) But, I was thinking since the other OSes have scripts to run the program quickly, what about Linux? :P

It would literally just be this:

#!/bin/bash
java -jar JSelfbot.jar

And you'd probably have to chmod +x run.sh the first time you try to execute it (Or tick a box in your file manager's prooperties window) But from then on, the selfbot can be launched using ./run.sh (unless it's somewhere thats on your path, then I guess it'd be run.sh)

Just another random thought that came to mind when browsing the repo and using the bot, might help Linux users in the future maybe ¯\_(ツ)_/¯

julianschiavo commented 7 years ago

hey @Seriell, why did you do what you did with THC log bot? ya know we had the code? 😂

Erisa commented 7 years ago

@jaspergreenham This is extremely off-topic, but the code was open-source you dolt. https://gist.github.com/Seriell/4715f308618a51dcdbfd081059e2eb2f Host it yourself if you want, I just refuse to host it.

//end off-topic, sorry jag, he mentioned it.

curbtripper commented 7 years ago

java -jar JSelfbot.jar isn't really that difficult though??

max-kamps commented 7 years ago

Many Linux distributions don't have java link to Java 8 anyways.