Add support for Python & Fortran

This commit is contained in:
Andrew Miner
2018-01-19 13:33:12 -07:00
parent d16bdc782e
commit 7f5f224475
5 changed files with 13 additions and 5 deletions
-1
View File
@@ -1 +0,0 @@
/src/init-env/bin
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
git branch | grep -v master | grep -v '\*' | while read BRANCH; do git branch -d $BRANCH -q; done