Guest User

firefox

a guest
Feb 27th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #!/bin/sh
  2. cd ~ &&
  3. mv .mozilla.tar.gz .mozilla.tar.gz~
  4. tar -cvzf ~/.mozilla.tar.gz .mozilla &&
  5. cd ~/.cache &&
  6. mv mozilla.tar.gz mozilla.tar.gz~
  7. tar -cvzf ~/.cache/mozilla.tar.gz mozilla &&
  8. espeak -v pl 'kopia gotowa' &&
  9. dolphin ~/
Advertisement
Add Comment
Please, Sign In to add comment