Created
June 7, 2010 21:02
-
-
Save clemesha-ooi/429191 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#kill all capability containers | |
ps -ef | grep ^cc | awk '{print $2}' | xargs sudo kill | |
sudo rm /home/cc/lcaarch/epu_controller-service.log | |
sudo rm /home/cc/lcaarch/provisioner-service.log | |
sudo rm /home/cc/lcaarch/sensor_aggregator-service.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment