Skip to content

Instantly share code, notes, and snippets.

View ernestrc's full-sized avatar
🐞
🏹

Ernest Romero Climent ernestrc

🐞
🏹
View GitHub Profile

Keybase proof

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:

@ernestrc
ernestrc / scalascript.sh
Last active August 29, 2015 14:08
Creates SBT Runner scala script template
#!/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
#------------------------------------------------------------------------------
@ernestrc
ernestrc / sbtmkdirs.sh
Last active August 29, 2015 14:08 — forked from alvinj/sbtmkdirs.sh
#!/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