mirror of
https://github.com/StackExchange/blackbox.git
synced 2025-12-15 11:03:01 +02:00
9 lines
135 B
Bash
Executable File
9 lines
135 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
#
|
|
# blackbox_list_admins -- List authorized admins
|
|
#
|
|
set -e
|
|
source "${0%/*}/_blackbox_common.sh"
|
|
cat "$BB_ADMINS"
|