LoginSignup
1
3

More than 5 years have passed since last update.

Macでコンソールからアプリ起動

Posted at

毎回同じアプリを手動で起動するのはめんどいので、自動化したい。今回はスクリプトつくるところまで。

starup.sh
#!/bin/sh
open -a Google\ Chrome
open -a Slack
open -a iTerm
open -a Hoster
open -a Sequel\ Pro

あんまり起動しているアプリなかった。

次回はMac起動時にこのスクリプト叩くところまでやりたい。

1
3
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
3