tangled
alpha
login
or
join now
zzstoatzz.io
/
scripts
0
fork
atom
for assorted things
0
fork
atom
overview
issues
pulls
pipelines
breathe
zzstoatzz.io
10 months ago
bce300af
5b081cb4
+3
-1
2 changed files
expand all
collapse all
unified
split
README.md
update-readme
+2
README.md
···
15
15
- [`update-lights`](#update-lights)
16
16
- [`update-readme`](#update-readme)
17
17
18
18
+
---
19
19
+
18
20
### `check-files-for-bad-links`
19
21
20
22
Check files for bad links.
+1
-1
update-readme
···
65
65
# Add directory
66
66
for script, _ in scripts:
67
67
script_list += f"- [`{script.name}`](#{script.name})\n"
68
68
-
script_list += "\n"
68
68
+
script_list += "\n---\n\n"
69
69
70
70
# Add detailed entries
71
71
for script, doc in scripts: