wekan/releases/delete-phantomjs.sh
2020-09-04 10:22:51 -07:00

4 lines
83 B
Bash
Executable File

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