Advertisement
Guest User

Untitled

a guest
Dec 18th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. if ! grep -q '1' <<< $wm; then
  2. get=("Atom - A modern hackable text editor"
  3. "Sublime - Sophisticated text editor for code, html, and prose"
  4. "Emacs - An extensible text editor"
  5. "Mousepad - A simple text editor")
  6. setQuestion edit "Text Editors (Geany is default)"
  7. else
  8. get=("Atom - A modern hackable text editor"
  9. "Sublime - Sophisticated text editor for code, html, and prose"
  10. "Emacs - An extensible text editor")
  11. setQuestion edit "Text Editors (Geany & Mousepad are default)"
  12. fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement