Skip to content

Instantly share code, notes, and snippets.

View bunnyblanco's full-sized avatar
🏠
Working from home...as usual.

Bruce C. Paul bunnyblanco

🏠
Working from home...as usual.
View GitHub Profile
#!/bin/bash
#------------------------------------------------------------------------------
# Name: sbtmkdirs
# Purpose: Create an SBT project directory structure with a few simple options.
# Author: Alvin Alexander, http://alvinalexander.com
# Info: http://alvinalexander.com/sbtmkdirs
# License: Creative Commons Attribution-ShareAlike 2.5 Generic
# http://creativecommons.org/licenses/by-sa/2.5/
#------------------------------------------------------------------------------