I hereby claim:
- I am eric-pigeon on github.
- I am pigeon (https://keybase.io/pigeon) on keybase.
- I have a public key whose fingerprint is 2ADC E729 CBE1 DDD7 4A20 EAD1 25CC 802D 75BC E233
To claim this, I am signing this object:
| db.adminCommand({ listDatabases: 1, filter: { name: /_test/} })["databases"].forEach(function(name) { name = name["name"]; db = db.getMongo().getDB(name); print(db.getName()); db.dropDatabase(); }) |
I hereby claim:
To claim this, I am signing this object:
| __repo_base_dir() { | |
| local repo_info rev_parse_exit_code | |
| repo_info="$(git rev-parse --git-dir --is-inside-git-dir \ | |
| --is-bare-repository --is-inside-work-tree \ | |
| --short HEAD 2>/dev/null)" | |
| rev_parse_exit_code="$?" | |
| if [ -z "$repo_info" ]; then | |
| return | |
| fi |