iPhone SE 第2世代 Appleが正式発表 A13 Bionic搭載で4.5万円から https://japanese.engadget.com/2020/04/15/iphone-se-2-apple-a13-bionic-4-5/ @engadgetjpさんから
https://github.com/nesosuke/mastodon-install-script/blob/master/update.sh#L72-L75
ここ自分で書いたのにマジで何を意図してるのかわからん
https://github.com/nesosuke/mastodon-install-script/blob/master/update.sh#L37
自分で書いてるのになんで書いたか忘れてた
シェルスクリプトを書くときはset -euしておく - Qiita
https://qiita.com/youcune/items/fcfb4ad3d7c1edf9dc96
set -e
"エラーがあったらシェルスクリプトをそこで打ち止めにしてくれる(exit 0以外が返るものがあったら止まるようになる)。「あっあれここでうまくいってないからデータ準備できてないのにあれあれっもうやめて!」ってなるのを防げる。"
ああ~