Advertisement
Guest User

updateautomagicoGUI v0.2

a guest
Dec 21st, 2010
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.53 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. gksudo sh ./updateautomagico.sh
  9. </button onclick="updateautomagico.sh">
  10. <textlog/>
  11. </tab>
  12. <tab title="about">
  13. <label>
  14. echo "simple script written in bash for upgrading overall system, released under the GPL.
  15.  
  16. version 0.3 [Xmas edition]
  17.  
  18. for questions or requests contact me at picchiopc[@]gmail.com
  19.  
  20. Special thanks:
  21.  
  22. Roberto;
  23.  
  24. Roxshannon."
  25. </label>
  26. </tab>
  27. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement