ログアウトしてもバックグラウンド ジョブを継続する方法
$ nohup ./abc.sh > out.log 2> err.log &
$ nohup ./abc.sh > out.log 2> err.log < /dev/null &