1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
ocean.js/scripts/createGuide.sh
2022-04-21 15:45:11 +02:00

6 lines
145 B
Bash
Executable File

#!/bin/bash
# Create markdown file
cp test/integration/ReameFlow.test.ts CodeExamples.md
# Replace comments
sed -i 's/\/\/\/ //' CodeExamples.md