Project

General

Profile

コマンド成否判定

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