4 lines
77 B
Bash
4 lines
77 B
Bash
|
#!/bin/sh
|
||
|
vagrant ssh -c "cd /vagrant/scripts/vagrant && bash fillMongo.sh"
|
||
|
|