Guest User

Untitled

a guest
Oct 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #!/bin/bash
  2. PWD=`pwd`
  3. echo "Deleting cache/* from $PWD..."
  4. sudo rm -rf cache/*
  5. echo "Cache deleted."
Add Comment
Please, Sign In to add comment