Add list admins commandline tool. (#170)

* adding a list_admins command

* updating README and V2 ideas to include list_admins

* fix documentation misses

* add list_admins to the toolchain
This commit is contained in:
Jason Price
2016-10-06 11:26:43 -04:00
committed by Tom Limoncelli
parent 31cf506684
commit 598896ef48
6 changed files with 13 additions and 0 deletions

8
bin/blackbox_list_admins Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
#
# blackbox_list_admins -- List authorized admins
#
set -e
source "${0%/*}/_blackbox_common.sh"
cat "$BB_ADMINS_FILE"