Skip to content

Instantly share code, notes, and snippets.

View morrisonbrett's full-sized avatar
💭
Eat. Sleep. Code.

Brett Morrison morrisonbrett

💭
Eat. Sleep. Code.
View GitHub Profile
@morrisonbrett
morrisonbrett / mkhockey.sh
Last active August 22, 2022 22:51
Script for creating directories for a multi-camera hockey session
#!/bin/bash
#
# Brett Morrison, June 2022
#
# Script for creating directories for a multi-camera hockey session.
#
# Usage: mkhockey.sh
# Get the current date
d=`date +"%m-%d-%Y"`
node_modules