2
0
mirror of https://github.com/team2059/Dent synced 2024-12-18 20:52:29 -05:00
dent/.env

10 lines
972 B
Bash
Raw Normal View History

2015-02-06 11:01:28 -05:00
function mb(){
ssh vagrant@127.0.0.1 -p 2222 -o Compression=yes -o DSAAuthentication=yes -o LogLevel=FATAL -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -i /home/stonewareslord/git/frc-cpp-vagrantfile/.vagrant/machines/default/virtualbox/private_key "cd /vagrant/src;make clean 2>&1 >/dev/null;make"
}
function mc(){
ssh vagrant@127.0.0.1 -p 2222 -o Compression=yes -o DSAAuthentication=yes -o LogLevel=FATAL -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -i /home/stonewareslord/git/frc-cpp-vagrantfile/.vagrant/machines/default/virtualbox/private_key "cd /vagrant/src;make clean"
}
function mk(){
ssh vagrant@127.0.0.1 -p 2222 -o Compression=yes -o DSAAuthentication=yes -o LogLevel=FATAL -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -i /home/stonewareslord/git/frc-cpp-vagrantfile/.vagrant/machines/default/virtualbox/private_key "cd /vagrant/src;make"
}