5 lines
80 B
Bash
Executable File
5 lines
80 B
Bash
Executable File
#!/bin/sh
|
|
|
|
make plugins-reset
|
|
find . -name '__pycache__' -type d | xargs rm -rf
|