Skip to content

Instantly share code, notes, and snippets.

@josamontiel
Created July 5, 2023 13:58
Show Gist options
  • Save josamontiel/bad58509ee58433c9b9d973146be9e3d to your computer and use it in GitHub Desktop.
Save josamontiel/bad58509ee58433c9b9d973146be9e3d to your computer and use it in GitHub Desktop.
Start up script
#!/usr/bin/env bash
# script for start up of needed apps and web pages
#.......................................................
open -a "Microsoft Outlook.app"
open -a "Microsoft Teams.app"
# Each link opens in a new tab
open -a "Chromium.app" "$LINK1" "$LINK2" "$LINK3" "$LINK4" "$LINK5"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment