Skip to content

Instantly share code, notes, and snippets.

View irene-wordworth's full-sized avatar

Irene Blavatska irene-wordworth

View GitHub Profile
@irene-wordworth
irene-wordworth / sbtmkdirs.sh
Created June 22, 2024 15:13 — forked from alvinj/sbtmkdirs.sh
A shell script to create an SBT project directory structure
#!/bin/bash
#------------------------------------------------------------------------------
# Name: sbtmkdirs
# Version: 1.5
# 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/
#------------------------------------------------------------------------------