プロジェクト

全般

プロフィール

コマンド成否判定

  • 正常終了時に次のコマンドを実行
    command1 && command2
    
  • 失敗終了時に次のコマンドを実行
    command1 || command2