Skip to content

Instantly share code, notes, and snippets.

@sys9kdr
Created February 20, 2020 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sys9kdr/a6d4e7c6a2f08339a6b35ff4870ab484 to your computer and use it in GitHub Desktop.
Save sys9kdr/a6d4e7c6a2f08339a6b35ff4870ab484 to your computer and use it in GitHub Desktop.
macでスタートアップに起きてなくていいアプリが起きてて重たいのを解消するために数秒ずつ待っって起動する。
#!/usr/bin/env bash
sleep 5
open -gj -a 'Amethyst.app'
sleep 7
open -gj -a 'Google Drive File Stream.app'
sleep 11
open -gj -a 'OneDrive.app'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment