This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Author: | |
# Linwood Creekmore | |
# email: [email protected] | |
# navigate to home directory; just for clean start | |
cd ~ && | |
# exit out of whatever conda environment you are in |