Advertisement
Guest User

Untitled

a guest
Oct 17th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1.  
  2. # Restim app vagrant aliases
  3. function restim-ssh {
  4. vagrant up;
  5. vagrant ssh;
  6. }
  7.  
  8. function restim-ssh-debug {
  9. vagrant up;
  10. vagrant ssh -- -L 9229:127.0.0.1:9229;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement