Skip to content

Instantly share code, notes, and snippets.

@megane9988
Created April 7, 2013 03:21
Show Gist options
  • Save megane9988/5328780 to your computer and use it in GitHub Desktop.
Save megane9988/5328780 to your computer and use it in GitHub Desktop.
はじめてのシェルスクリプト。コマンドを順番に書くとその通りに実行してくれる。実行はコマンド $sh ファイル名.sh
mkdir ~/Desktop/test
# デスクトップにtestというディレクトリをつくる
cd ~/Desktop/test
# testディレクトリに移動する
roots new mega
# 新規rootsプロジェクトとしてmegaをつくる
cd mega
# megaに移動する
roots watch
# rootsサーバを起動し、監視を始める
@snickerjp
Copy link

it's Cool!

@megane9988
Copy link
Author

Wow thanks! this is my first shell. shell is fan!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment