mirror of
https://github.com/brunofontes/shareit.git
synced 2024-11-23 20:10:52 +00:00
8 lines
216 B
Bash
8 lines
216 B
Bash
#!/bin/zsh
|
|
export VAGRANT_CWD=/home/bruno/development/Homestead/
|
|
vagrant up
|
|
eval $DEV_BROWSER http://shareit.test \
|
|
https://mailtrap.io/inboxes/455614/messages \
|
|
https://dashboard.pusher.com/apps/1505830/console \
|
|
&
|