airgap/scripts/shell

4 lines
118 B
Plaintext
Raw Normal View History

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