Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. V-PROMPT:>
  2.  
  3. read -p 'V-PROMPT:>'
  4.  
  5. V-PROMPT:>help
  6.  
  7. V-PROMPT HELP v1.0
  8. help - displays help page
  9. [thing 2]
  10. [thing 3]
  11.  
  12. #!/bin/bash
  13.  
  14. read -p 'V-PROMPT->'
  15.  
  16. if [[ "$1" == "help" ]]; then
  17. echo "V-PROMPT HELP v0.1"
  18.  
  19. EOF
  20.  
  21. if [[ "$1" == "ver" ]]; then
  22. echo "V-PROMPT INDEV v0.1"
  23.  
  24. fi;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement