summaryrefslogtreecommitdiffstats
path: root/releases/delete-phantomjs.sh
blob: 5fb85e10cc7cda92d53861846da203b25f9cb8fd (plain)
1
2
3
cd ~/repos/wekan/.build
find . -name "*phantomjs*" | xargs rm -rf
cd ~/repos/wekan