Guest User

Untitled

a guest
Jun 24th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #!/usr/bin/env bash
  2.  
  3. gozma18() {
  4. if [ "destroy" == $1 ];
  5. then
  6. echo "Sorry, the '$1' command is not encouraged!"
  7. return 1
  8. fi
  9.  
  10. ( cd ~/PhpStorm__Servers/gozma18 && vagrant $* )
  11. }
Add Comment
Please, Sign In to add comment