5 lines
81 B
Fish
Executable file
5 lines
81 B
Fish
Executable file
#!/bin/fish
|
|
|
|
cat | markdown-toc --bullets - --no-firsth1 -
|
|
|
|
# set -l input (cat)
|