do shell script "/Path/to/script.sh"
user name "your_username" password "your_password" with administrator privileges
tell application "Safari"
activate
set new_tab to make new tab at the end of every tab of front window
set current tab of front window to new_tab
end tell
tell application "Safari"
activate
make new document
end tell
tell application "Safari" to set theURL to the URL in document 1
tell application "Google Chrome"
activate
tell application "System Events" to keystroke "t" using {command down}
set URL of last tab of window 1 to theURL
end tell