Skip to content

Ubuntuで定期自動ログインする

Futa HIRAKOBA edited this page Aug 16, 2018 · 1 revision

ターミナルで以下のコマンドを実行する。

sleepの次の数字はインターバル(秒)

while true; do ./croning.sh > /dev/null; sleep 3600; done &