mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2024-11-15 16:56:00 -05:00
8 lines
102 B
Plaintext
8 lines
102 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
{
|
||
|
echo "**On this page**"
|
||
|
echo
|
||
|
toc -a=false -d 2 -s 1 -p "$ZS_FILE"
|
||
|
} | zs gen
|