mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2024-11-18 02:16:11 -05:00
10 lines
98 B
Bash
Executable File
10 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
{
|
|
echo "**On this page**"
|
|
echo
|
|
toc -d 2 -s 1 "$ZS_FILE"
|
|
} | zs gen
|