秒単位でCronを実行する方法https://tech.mktime.com/entry/376 * * * * * for i in `seq 0 10 59`;do (sleep ${i};sudo sh /home/pi/cron_camera.sh) & done;