wekan/releases/delete-phantomjs.sh

4 lines
83 B
Bash
Raw Normal View History

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