Onionr/install/build.sh

5 lines
80 B
Bash
Raw Normal View History

2019-07-20 17:43:55 +00:00
#!/bin/sh
make plugins-reset
2019-07-20 20:19:24 +00:00
find . -name '__pycache__' -type d | xargs rm -rf