mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2025-04-12 13:30:54 +00:00
9 lines
110 B
Bash
Executable file
9 lines
110 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -eo pipefail
|
|
|
|
{
|
|
echo "**On this page**"
|
|
echo
|
|
toc -d 2 -s 1 "$ZS_FILE"
|
|
} | zs gen
|