I hereby claim:
- I am ernestrc on github.
- I am ernestrc (https://keybase.io/ernestrc) on keybase.
- I have a public key ASCQPJRj-azCuwWfEL2pll70Iqd0xkZUuDR5MyN6fvUwQgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| #------------------------------------------------------------------------------ | |
| # Name: scalasript | |
| # Purpose: Creates SBT Runner script template | |
| # Author: Ernest Romero. http://unstable.build | |
| # License: Creative Commons Attribution-ShareAlike 2.5 Generic | |
| # http://creativecommons.org/licenses/by-sa/2.5/ | |
| # Gist: https://gist.github.com/ernestrc/b094f4b9448eb70c1e04 | |
| #------------------------------------------------------------------------------ |
| #!/bin/bash | |
| #------------------------------------------------------------------------------ | |
| # Name: sbtproject | |
| # Purpose: Create an SBT project directory structure and optionally starts main/test classes | |
| # Author: Alvin Alexander, http://alvinalexander.com. | |
| # Modified by Ernest Romero. http://unstable.build | |
| # License: Creative Commons Attribution-ShareAlike 2.5 Generic | |
| # http://creativecommons.org/licenses/by-sa/2.5/ | |
| # Gist: https://gist.github.com/ernestrc/a0b132ca54efb38c2479 |