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