diff options
Diffstat (limited to 'pyc-remove.sh')
-rw-r--r-- | pyc-remove.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyc-remove.sh b/pyc-remove.sh new file mode 100644 index 0000000..8f82ecc --- /dev/null +++ b/pyc-remove.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +find /home/vlabs/sbhs_vlabs/sbhs/ -iname \*.pyc -exec rm -rfv {} \; #to delete $ + |