Advertisement
Guest User

Untitled

a guest
May 14th, 2012
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.91 KB | None | 0 0
  1. #!/bin/bash
  2. echo "--------------------------------------------------------"
  3. echo "-------------------calmpitbull--------------------------"
  4. echo "--------------------------------------------------------"
  5. echo "--PUT ICON YOU MADE, IN THE SAME FOLDER AS THIS SCRIPT--"
  6. echo "----------(icon size 54x54px and png format)------------"
  7. echo "--------------------------------------------------------"
  8. echo "--------------------------------------------------------"
  9. echo " "
  10. echo "Input the name of new icon: "
  11. read icon
  12. cp $icon ~/bash/launcher_bfb.png
  13. sudo mv launcher_bfb.png /usr/share/unity/5
  14. echo "--------------------------------------------------------"
  15. echo "--------------------------------------------------------"
  16. echo "!!!!!!!!**-YOU NEED TO LOG OUT & LOG IN-**!!!!!!!!!!!!!"
  17. echo "--------------------------------------------------------"
  18. echo "--------------------------------------------------------"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement