From 3ee24abcedb1229c01011359ece18a2b55303276 Mon Sep 17 00:00:00 2001 From: Austen Adler Date: Fri, 6 Feb 2015 11:01:28 -0500 Subject: [PATCH] Added .env file --- .env | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..b9c7e51 --- /dev/null +++ b/.env @@ -0,0 +1,9 @@ +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" +}