mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2024-12-12 16:39:37 +01:00
7 lines
164 B
Bash
Executable File
7 lines
164 B
Bash
Executable File
#!/bin/sh
|
|
cat << EOF > ./Wiki-OcttKB/tiddlers/System/\$__OcttKB_Empty.tid
|
|
created: 19700101000000000
|
|
modified: $(date +%Y%m%d%H%M%S000)
|
|
title: \$:/OcttKB/Empty
|
|
EOF
|