We should get someone from Purdue to do this. They are the boilerplaters.

This commit is contained in:
Brad Ganley 2019-01-08 23:02:34 -06:00
parent 50825c05a2
commit 7d231ae0c8

View File

@ -56,3 +56,9 @@ mksketch(){
fi
vim "$1/$1.ino"
}
branchdelete(){
git branch -d $1
git push --delete origin $1
echo There you go;
}