mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2024-11-18 02:16:11 -05:00
10 lines
110 B
Bash
Executable File
10 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
|