Skip to content

Commit

Permalink
Create clear.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jul 4, 2020
1 parent e55856b commit 7c7655a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions clear.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin:/usr/local/lib/python2.7/bin



find . -name .DS_Store | xargs rm -rf
find . -type d -name "*.pyc" | xargs rm -rf

0 comments on commit 7c7655a

Please sign in to comment.