Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # Just a simple repo cleaner script for the lazy (like me)
  4.  
  5. rm Makefile cmake_install.cmake CMakeCache.txt 2> /dev/null
  6. rm -rf CMakeFiles 2> /dev/null
  7.  
  8. # Vita specific
  9. rm *.velf *.vpk *.self *suprx *skprx 2> /dev/null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement