Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. #!/bin/sh
  2.  
  3. zenity --list \
  4. --text="Welcome to the Vasm main menu.
  5. Please click on your selection from the items below" \
  6. --title="Vasm Menu" \
  7. --column="Item" --column="Description" \
  8. Auto "Auto configure your Vector installation" \
  9. User "Setup additional users for the system" \
  10. Display "Manually configure your X.org display settings"
  11. echo $Item
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement