From 6ae34f82c48a8ef6290d0cacb8521f82b79e6daf Mon Sep 17 00:00:00 2001 From: NakaNWebDev Date: Wed, 10 Jun 2026 08:16:04 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E8=AA=B2=E9=A1=8C=E3=81=B8=E3=81=AE?= =?UTF-8?q?=E5=9B=9E=E7=AD=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 課題に回答するプルリクエストを出しました --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0fd00ea..f6c6273 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ crontabで、7月5日の1時3分に実行する設定を書いてください。 ### 回答1 -7 5 1 * 3 /usr/local/bin/sample.sh +3 1 5 7 */usr/local/bin/sample.sh ### 問題2 @@ -29,7 +29,7 @@ crontabで、5月9日の2時に3分おきに実行する設定を書いてくだ ### 回答2 -5 * 9 2 */3 /usr/local/bin/sample.sh +/*3 2 9 5 * /usr/local/bin/sample.sh ## 課題② issue課題 From d910ba4cec1eb2eb404a565d239c956705265391 Mon Sep 17 00:00:00 2001 From: NakaNWebDev Date: Wed, 10 Jun 2026 08:21:16 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=E8=AA=B2=E9=A1=8C=E3=81=B8=E3=81=AE?= =?UTF-8?q?=E5=9B=9E=E7=AD=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 課題に回答するプルリクエストを出しました