Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. echo "Emptying /tmp"
  2. rm /tmp/* -rf &1>2 > /dev/null
  3. echo "Emptying /tmp/blech"
  4. rm /tmp/blech/* -rf &1>2 > /dev/null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement