mirror of
https://github.com/StackExchange/blackbox.git
synced 2026-01-16 15:42:16 +02:00
7 lines
135 B
Plaintext
7 lines
135 B
Plaintext
|
|
#!/usr/bin/env bash
|
||
|
|
# proposed space for blackbox recurion...coming soon
|
||
|
|
set -e
|
||
|
|
source "${0%/*}/_blackbox_common.sh"
|
||
|
|
|
||
|
|
echo "$REBOBASE"
|