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