Brought over my workplace scripts

This commit is contained in:
2014-12-08 10:12:55 -08:00
commit 1df6316ec7
12 changed files with 81 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
stty -echo
echo Waiting for silly MAC lag...
for i in {1..3};
do
echo ...$i
sleep 1
done
echo mounting whitehorse
mkdir /Volumes/whitehorse
mount -t smbfs //mak:ale2312x@makineisilon/whitehorse /Volumes/whitehorse
echo mounting pegasus
mkdir /Volumes/pegasus
mount -t smbfs //jorge:Ladilla2@mak-nas/pegasus /Volumes/pegasus
echo done.
sleep 1
open -a trolCommander
open -a adium
stty echo
exit