mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
10 lines
117 B
Bash
10 lines
117 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
cd comments
|
||
|
npm install
|
||
|
npm run comments
|
||
|
|
||
|
cd ../docs
|
||
|
python3 process_comments.py
|
||
|
python3 generate_md.py
|