summaryrefslogtreecommitdiff
path: root/srikant/srikant.sh
blob: 767129fb1be21d31000aec15bf8e3239d0aa9d02 (plain)
1
2
3
4
5
6
7
#!/bin/bash

echo "Removing all pyc file"
find ../ -iname \*.pyc -exec rm -rfv {} \;

service apache2 restart
#service mysql restart