$ 0 0 終了ステータスとは? スクリプトが終了したときに、スクリプトを実行したツールに返される値。 // 終了ステータス "0" int main(){ return (0); } // 終了ステータス "…