wekan/releases/delete-phantomjs.sh

4 lines
83 B
Bash
Raw Normal View History

2021-09-06 23:10:01 +03:00
cd ~/repos/wekan/.build
find . -name "*phantomjs*" | xargs rm -rf
cd ~/repos/wekan