mirror of
https://git.mills.io/prologic/zs
synced 2025-02-12 10:09:22 +03:00
10 lines
98 B
Plaintext
10 lines
98 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
{
|
||
|
echo "**On this page**"
|
||
|
echo
|
||
|
toc -d 2 -s 1 "$ZS_FILE"
|
||
|
} | zs gen
|