mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-24 09:40:28 -06:00
6 lines
113 B
Bash
6 lines
113 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -eu
|
||
|
|
||
|
node_modules/marked-man/bin/marked-man server/tools/README.md > dist/server/tools/peertube.8
|