1 2 3 4 5 6 7
#!/bin/bash shopt -s globstar cd $(dirname $0)/root rm -rf ../dist mkdir ../dist cp --parents $(git check-ignore **) ../dist