airgap/scripts/shell

5 lines
124 B
Plaintext
Raw Normal View History

#!/bin/bash --init-file
[ -f /.dockerenv ] || { echo "please run in supplied container"; exit 1; }
source environment
2020-06-29 22:55:34 +00:00
clear