This commit is contained in:
Alistair Mackay
2022-10-16 11:16:17 +01:00
parent 48a659c8f1
commit 4aa11efe04
3 changed files with 8 additions and 3 deletions

View File

@@ -89,6 +89,11 @@ for doc in glob.glob(os.path.join(docs_path, '*.md')):
f'sleep {value}',
newline
])
elif token == 'command':
script.extend([
value,
newline
])
elif token == 'comment':
script.extend([
'#######################################################################',