summaryrefslogtreecommitdiff
path: root/pyc-remove.sh
diff options
context:
space:
mode:
authorttt2017-05-13 00:29:47 +0530
committerttt2017-05-13 00:29:47 +0530
commit4336f5f06f61de30ae3fa54650fce63a9d5ef5be (patch)
tree23b4ee9b8e8f24bf732acf2f7ad22ed50cdd5670 /pyc-remove.sh
downloadSBHS-2018-Rpi-4336f5f06f61de30ae3fa54650fce63a9d5ef5be.tar.gz
SBHS-2018-Rpi-4336f5f06f61de30ae3fa54650fce63a9d5ef5be.tar.bz2
SBHS-2018-Rpi-4336f5f06f61de30ae3fa54650fce63a9d5ef5be.zip
added all server files
Diffstat (limited to 'pyc-remove.sh')
-rw-r--r--pyc-remove.sh4
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 $
+