Skip to content

Instantly share code, notes, and snippets.

@ramithuh
Created January 2, 2020 02:29
Show Gist options
  • Save ramithuh/0c949b43f44447855c7753103ca90fc3 to your computer and use it in GitHub Desktop.
Save ramithuh/0c949b43f44447855c7753103ca90fc3 to your computer and use it in GitHub Desktop.
on run {input, parameters}
do shell script "open /Users/ramith/Documents/SEM4_TRONIC_ACA"
return input
end run
on run {input, parameters}
tell application "Safari"
tell window 1
set current tab to (make new tab with properties {URL:"https://online.mrt.ac.lk/course/view.php?id=11744"})
end tell
end tell
return input
end run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment