index
:
SBHS-2018-Rpi/.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pyc-remove.sh
blob: 8f82eccd02942041a2bb7c04d91f80783853231b (
plain
)
1
2
3
4
#!/bin/bash find /home/vlabs/sbhs_vlabs/sbhs/ -iname \*.pyc -exec rm -rfv {} \; #to delete $