Add some helpful scripts
This commit is contained in:
parent
fb445b3a06
commit
7b925b8eac
3 changed files with 19 additions and 0 deletions
3
script/clean
Executable file
3
script/clean
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
find . -type f -name '*.pyc' -delete
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue