Advertisement
s243a

cleanUpTmp() - Network Wizard - Puppylinux

Nov 28th, 2016
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | None | 0 0
  1. # Dougal: a little function to clean up /tmp when we're done...
  2. cleanUpTmp(){
  3.     rm -f /tmp/ethmoduleyesload.txt 2>/dev/null
  4.     rm -f /tmp/loadedeth.txt 2>/dev/null
  5. #   rm -f /tmp/wag-profiles_iwconfig.sh 2>/dev/null
  6.     rm -f /tmp/net-setup_* 2>/dev/null
  7.     rm -f /tmp/wpa_status.txt 2>/dev/null
  8.     rm -f /tmp/net-setup_scan*.tmp 2>/dev/null
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement