Added an alternate command for mounting whitehorse and pegasus to different locations to be able to try collects with dependencies. (AFX)
parent
659928d0a0
commit
a4f1bdc7ca
@ -0,0 +1,34 @@
|
||||
stty -echo
|
||||
echo Waiting for silly MAC lag...
|
||||
for i in {1..3};
|
||||
do
|
||||
echo ...$i
|
||||
sleep 1
|
||||
done
|
||||
echo mounting whitehorse
|
||||
mkdir /Volumes/whthrs
|
||||
mount -t smbfs //mak:ale2312x@makineisilon/whitehorse /Volumes/whthrs
|
||||
echo mounting pegasus
|
||||
mkdir /Volumes/pgss
|
||||
mount -t smbfs //eduardo:"pgss%401046"@mak-nas/pegasus /Volumes/pgss
|
||||
echo done.
|
||||
sleep 1
|
||||
open -a trolCommander
|
||||
|
||||
echo ' /$$$$$$$ /$$ /$$ /$$ /$$ /$$$$$$ /$$ /$$ /$$$$$$ /$$ /$$';
|
||||
echo '| $$__ $$| $$ | $$| $$$ | $$ /$$__ $$| $$ | $$ |_ $$_/| $$$ | $$';
|
||||
echo '| $$ \ $$| $$ | $$| $$$$| $$| $$ \__/| $$ | $$ | $$ | $$$$| $$';
|
||||
echo '| $$$$$$$/| $$ | $$| $$ $$ $$| $$ | $$$$$$$$ | $$ | $$ $$ $$';
|
||||
echo '| $$____/ | $$ | $$| $$ $$$$| $$ | $$__ $$ | $$ | $$ $$$$';
|
||||
echo '| $$ | $$ | $$| $$\ $$$| $$ $$| $$ | $$ | $$ | $$\ $$$';
|
||||
echo '| $$ | $$$$$$/| $$ \ $$| $$$$$$/| $$ | $$ /$$$$$$| $$ \ $$';
|
||||
echo '|__/ \______/ |__/ \__/ \______/ |__/ |__/ |______/|__/ \__/';
|
||||
|
||||
log_punch.sh in
|
||||
|
||||
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
|
||||
Loading…
Reference in new issue