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