5 lines
82 B
Bash
5 lines
82 B
Bash
#!/bin/bash
|
|
|
|
node md2json.js ../README.md > ../json/api.json
|
|
cat ../json/api.json
|