From 3777ccf9a14e5ef54bd82233f66f2de1afa06148 Mon Sep 17 00:00:00 2001 From: yorch Date: Thu, 2 Apr 2015 10:18:41 -0700 Subject: [PATCH] Added a command to open a browser and punch in to the time tracker --- bash/mount_whitehorse.command | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/bash/mount_whitehorse.command b/bash/mount_whitehorse.command index 6710827..64da19f 100755 --- a/bash/mount_whitehorse.command +++ b/bash/mount_whitehorse.command @@ -10,12 +10,23 @@ 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 +mount -t smbfs //jorge:Ladilla3@mak-nas/pegasus /Volumes/pegasus echo done. sleep 1 open -a trolCommander -open -a adium +echo ' /$$$$$$$ /$$ /$$ /$$ /$$ /$$$$$$ /$$ /$$ /$$$$$$ /$$ /$$'; +echo '| $$__ $$| $$ | $$| $$$ | $$ /$$__ $$| $$ | $$ |_ $$_/| $$$ | $$'; +echo '| $$ \ $$| $$ | $$| $$$$| $$| $$ \__/| $$ | $$ | $$ | $$$$| $$'; +echo '| $$$$$$$/| $$ | $$| $$ $$ $$| $$ | $$$$$$$$ | $$ | $$ $$ $$'; +echo '| $$____/ | $$ | $$| $$ $$$$| $$ | $$__ $$ | $$ | $$ $$$$'; +echo '| $$ | $$ | $$| $$\ $$$| $$ $$| $$ | $$ | $$ | $$\ $$$'; +echo '| $$ | $$$$$$/| $$ \ $$| $$$$$$/| $$ | $$ /$$$$$$| $$ \ $$'; +echo '|__/ \______/ |__/ \__/ \______/ |__/ |__/ |______/|__/ \__/'; + +sleep 25 + +"/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" https://timeandlabor.paychex.com/secure/Login.aspx?Alias=0083A8306102 --args --"profile-direory"="Profile 2" > /tmp/chromelog.log & stty echo exit