mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
6 lines
145 B
Bash
Executable File
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 |