Advertisement
Shiny_

szatan.sh

Feb 14th, 2015
438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. #!/bin/bash
  2. DIR=$HOME/.local/share/Steam/
  3.  
  4. echo "Removing libstd"
  5. find $DIR -iname "libstd*" -exec rm -rf {} \;
  6.  
  7. echo "Removing libgcc"
  8. find $DIR -iname "libgcc*" -exec rm -rf {} \;
  9.  
  10. echo "All Done"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement