scripts

Random scripts
git clone git://git.margiolis.net/scripts.git
Log | Files | Refs | README | LICENSE

deljail (157B)


      1 #!/bin/sh
      2 
      3 test $# -ne 1 && echo "usage: ${0##*/} jail" && exit 1
      4 
      5 service jail stop ${1}
      6 chflags -R noschg /usr/local/jail/${1}
      7 rm -rf /usr/local/jail/${1}