https://git.spwbk.site/swatson/git-site-gen/raw/master/install.sh ___________________________________ #!/bin/bash libDir="/usr/local/lib/Gsg/" if [ ! -d $libDir ]; then echo "Making $libDir" sudo mkdir -p $libDir fi echo "Calling sudo to copy libs" sudo cp ./lib/Gsg/* $libDir