Created
January 10, 2018 11:43
-
-
Save mattrobertsky/b6e5411df04d6f9e2551890eab5731df to your computer and use it in GitHub Desktop.
some bash for Stephen
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
mkdir -p ~/bin | |
echo '#!/usr/bin/env bash | |
{ | |
sleep 1 | |
echo "use sdil-submissions" | |
echo "db.dropDatabase()" | |
} | mongo' > ~/bin/clearSdilDb.sh | |
chmod u+x ~/bin/clearSdilDb.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment