mirror of
https://git.mills.io/prologic/zs
synced 2025-04-03 21:33:33 +03:00
9 lines
98 B
Bash
Executable file
9 lines
98 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
{
|
|
echo "**On this page**"
|
|
echo
|
|
toc -d 2 -s 1 "$ZS_FILE"
|
|
} | zs gen
|