codecombat/scripts/vagrant/brunch.bat

4 lines
53 B
Batchfile
Raw Normal View History

2015-03-26 16:36:38 -04:00
@ECHO OFF
2016-05-17 22:48:13 -04:00
vagrant ssh -c "cd /vagrant && brunch %*"
2015-03-26 16:36:38 -04:00