Skip to content

Instantly share code, notes, and snippets.

@mattrobertsky
Created January 10, 2018 11:43
Show Gist options
  • Save mattrobertsky/b6e5411df04d6f9e2551890eab5731df to your computer and use it in GitHub Desktop.
Save mattrobertsky/b6e5411df04d6f9e2551890eab5731df to your computer and use it in GitHub Desktop.
some bash for Stephen
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