diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-03-22 13:37:24 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-03-22 13:37:24 -0500 |
commit | 8318628330f3d1db27e773cb986be79f2ea4b0c2 (patch) | |
tree | d32cd7cab297ef8a37673156059cb103bd7c47cc | |
parent | 70308eb464da52d1571f06eb1d739ccebd940006 (diff) |
Add basic inside chroot script.
-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!" |