diff options
-rw-r--r-- | insidechroot.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/insidechroot.sh b/insidechroot.sh new file mode 100644 index 0000000..a567517 --- /dev/null +++ b/insidechroot.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +source /sources/colors.sh + +echo "Hello from inside chroot!" +echo "test!" |