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