jgraup - Overview
Navigation Menu
Pinned Loading
-
1
# site.dev is the name of your hostname5
IP="$(vagrant ssh -- -t 'ip address show eth1 | grep "inet " | sed -e "s/^.*inet //" -e "s/\/.*$//" | tr -d "\n" | tr -d "\r"; ')";
jgraup - Overview
1
# site.dev is the name of your hostname
5
IP="$(vagrant ssh -- -t 'ip address show eth1 | grep "inet " | sed -e "s/^.*inet //" -e "s/\/.*$//" | tr -d "\n" | tr -d "\r"; ')";