mirror of
https://github.com/pyenv/pyenv.git
synced 2026-02-07 03:07:36 +09:00
5 lines
57 B
Plaintext
5 lines
57 B
Plaintext
|
|
#!/bin/sh -e
|
||
|
|
|
||
|
|
ruby mdtoc.rb README.mdtoc > ../README.md
|
||
|
|
|