Skip to content

Commit

Permalink
Add ssh script for loging in vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian committed May 28, 2016
1 parent bd6b974 commit 9a85fd5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vagrant-ssh.sh
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
printf "%$(tput cols)s\n"|tr " " "="
echo "Starting vagrant machine"
printf "%$(tput cols)s\n"|tr " " "="
vagrant up

printf "%$(tput cols)s\n"|tr " " "="
echo "Starting ssh session"
printf "%$(tput cols)s\n"|tr " " "="
vagrant ssh

0 comments on commit 9a85fd5

Please sign in to comment.