delete-phantomjs.sh 83 B

123
  1. cd ~/repos/wekan/.build
  2. find . -name "*phantomjs*" | xargs rm -rf
  3. cd ~/repos/wekan