Merge branch 'master' of gitlab.com:tyrelsouza/dotfiles

This commit is contained in:
Tyrel Souza 2017-04-24 10:46:00 -04:00
commit 1a9e48cd29
No known key found for this signature in database
GPG Key ID: 2EECB5087209E6A5
1 changed files with 7 additions and 0 deletions

7
bin/resolv_work.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
cp /etc/resolv.conf /home/tyrelsouza/prev_resolv.conf
echo > /etc/resolv.conf
echo "nameserver 10.0.2.22" >> /etc/resolv.conf
echo "search addgene.org" >> /etc/resolv.conf