Skip to content

Commit 3efff3e

Browse files
author
zhenwei-li
committed
添加删除缓存脚本
1 parent b17999c commit 3efff3e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.rmcache.bash

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env bash
2+
3+
find . -type d -name __pycache__ -exec rm -r {} +
4+
find . -type f -name '*.pyc' -delete

0 commit comments

Comments
 (0)