wekan/releases/delete-phantomjs.sh
2019-08-07 03:05:28 +03:00

3 lines
83 B
Bash
Executable file

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