We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba0bfd0 commit 5f9e2c9Copy full SHA for 5f9e2c9
bin/backfill_days.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
-# Backfill boilerplate files for like README.md, instructions.url etc. for a given year and day.
+# Backfill boilerplate files like README.md, instructions.url etc. for a given year and day.
3
# NOTE Run this when changing the template in aoc_create_readme()
4
# NOTE Make sure this script does not call aoc_fetch_input(), as it should not spam curl(1) to AoC server.
5
@@ -66,4 +66,4 @@ if [ "$#" -eq 1 ]; then
66
backfill_day "$year" "$day"
67
else
68
backfill_days_all
69
-fi
+fi
0 commit comments