Onionr/install/build.sh
2019-07-20 13:19:24 -07:00

5 lines
80 B
Bash
Executable File

#!/bin/sh
make plugins-reset
find . -name '__pycache__' -type d | xargs rm -rf