1 2 3 4 5 6 7 8
#!/bin/sh set -e if [ "$VCS" = git ]; then chmod 700 .git elif [ "$VCS" = hg ]; then chmod 700 .hg fi