Skip to content

Instantly share code, notes, and snippets.

@SwathiMystery
Created April 15, 2013 16:23
Show Gist options
  • Save SwathiMystery/5389310 to your computer and use it in GitHub Desktop.
Save SwathiMystery/5389310 to your computer and use it in GitHub Desktop.
clean log files
#!/bin/bash
##.........................................................##
# Clean watcher log #
#..........................................................##
sudo -s <<EOF
cat /dev/null>/home/ubuntu/.watcher/watcher.log
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment