Skip to content

Instantly share code, notes, and snippets.

View ascentialdata's full-sized avatar

ascentialdata

View GitHub Profile
@ascentialdata
ascentialdata / sbtmkdirs.sh
Created September 11, 2016 15:02 — forked from alvinj/sbtmkdirs.sh
A shell script to create an SBT project directory structure
#!/bin/bash
#------------------------------------------------------------------------------
# Name: sbtmkdirs
# Version: 1.3
# Purpose: Create an SBT project directory structure with a few simple options.
# Author: Alvin Alexander, http://alvinalexander.com
# License: Creative Commons Attribution-ShareAlike 2.5 Generic
# http://creativecommons.org/licenses/by-sa/2.5/
#------------------------------------------------------------------------------