コマンドをn回連続で実行する時メモ
code:shell
for i in {1..5}; do echo ${i}; done
あまりshell scriptを使わないのですぐに忘れる