mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
5 lines
57 B
Text
5 lines
57 B
Text
|
#!/bin/sh -e
|
||
|
|
||
|
ruby mdtoc.rb README.mdtoc > ../README.md
|
||
|
|