Advertisement
Guest User

updateautomagico.mc

a guest
Dec 21st, 2010
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.48 KB | None | 0 0
  1. <?xml versione="1.0"?>
  2. <config>
  3. <tab title="updateautomagico">
  4. <label>
  5. echo "Welcome: upgrade your sistem"
  6. </label>
  7. <button text="start the upgrade" >
  8. sudo sh ./updateautomagico.sh
  9. </button onclick="updateautomagico.sh">
  10. </tab>
  11. <tab title="about">
  12. <label>
  13. echo "simple script written in bash for upgrading overall system, released under the GPL.
  14.  
  15. version 0.3 [christmas edition]
  16.  
  17. for questions or requests contact me at picchiopc[@]gmail.com"
  18. </label>
  19. </tab>
  20. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement