LoginSignup
6
5

More than 3 years have passed since last update.

Shellをクリックで実行できるようにする

Last updated at Posted at 2019-03-17

「毎回,sh [ファイル名].shするのが面倒だ!」

「アイコンをクリックするようにシェルを実行したい!」

そんなニーズはけっこうあると思います.

ということでメモ

1.シェルを選択した状態で,「このアプリケーションで開く」
shell1.png

2.ターミナルを「常にこのアプリケーションで開く」に指定
shell2.png

3.対象のシェルファイルがある場所で実行

$ chmod +x [ファイル名].sh

4.完了
shell3.gif

6
5
0

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
6
5