forked from public/airgap
1
0
Fork 0
airgap/scripts/shell

4 lines
118 B
Bash
Executable File

#!/bin/bash --init-file
[ -f /.dockerenv ] || { echo "please run in supplied container"; exit 1; }
source environment