I hereby claim:
- I am carloramponi on github.
- I am rootthe2nd (https://keybase.io/rootthe2nd) on keybase.
- I have a public key ASBiRxHqUtmi4bynzaXujxxN0MPRRcOBUUg4tvH_snO77wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #This script creates a java projects and create the make file for the Atom plugin "Project Runner" | |
| #to install "ProjectRunner: apm install project-runnaer" | |
| #and it will open atom in the project directory | |
| #so that when you press CTRL+R it will compile, and CTRL+U it will compile and run the project, | |
| #.java file must be put into the src directory, .class will be put in bin directory. | |
| #Usage: javaProject path/to/project NameOfTheClass | |
| #!/bin/bash |