This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Build jail template script | |
# Feb 1, 2019 Roy Chan | |
# | |
dir="$(pwd)" | |
# First, delete current | |
chflags -R noschg $dir/base $dir/skel | |
rm -R $dir/base $dir/skel |