Skip to content

Instantly share code, notes, and snippets.

View tomer-yoskovich's full-sized avatar

Tomer Yoskovich tomer-yoskovich

  • Israel
View GitHub Profile
open -a WhatsApp https://wa.me\?text\="Hello there"
osascript -e 'activate application "WhatsApp"' -e 'tell application "System Events" to keystroke "u" using {shift down, command down }'
function openMultipleChromeWebsites() {
declare websites=""
arr=(
'https://www.microsoft.com'
'https://www.apple.com'
'https://www.amazon.com'
)
for i in "${arr[@]}"