onionr/install/build.sh

5 lines
80 B
Bash
Raw Normal View History

2019-07-22 23:59:48 +00:00
#!/bin/sh
make plugins-reset
find . -name '__pycache__' -type d | xargs rm -rf