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 f03e548 commit d9c4e29Copy full SHA for d9c4e29
.claude/settings.local.json
@@ -5,7 +5,12 @@
5
"Bash(do mkdir -p docs/$i)",
6
"Bash(done)",
7
"Bash(for i in {006..020})",
8
- "Bash(do mkdir -p \"/home/daniel/git/codecheck/testing-dev-register/docs/1970-$i\")"
+ "Bash(do mkdir -p \"/home/daniel/git/codecheck/testing-dev-register/docs/1970-$i\")",
9
+ "Bash(for i in {004..020})",
10
+ "Bash(do if [ -f \"/home/daniel/git/codecheck/testing-dev-register/docs/1970-$i/index.html\" ])",
11
+ "Bash(then echo \"✓ 1970-$i/index.html created\")",
12
+ "Bash(else echo \"✗ 1970-$i/index.html missing\")",
13
+ "Bash(fi)"
14
],
15
"deny": [],
16
"ask": []
0 commit comments