13 lines
186 B
Bash
Executable File
13 lines
186 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd .sandstorm
|
|
vagrant destroy -f
|
|
cd ..
|
|
vagrant-spk vm up
|
|
xdg-open http://local.sandstorm.io:6080/
|
|
vagrant-spk dev
|
|
|
|
echo "If everything went well:"
|
|
echo
|
|
echo "bin/pack_hugo"
|