#!/bin/bash python generate_v3.py # find ./content -type f -exec sed -i 's/---/____/g' {} \;
#!/bin/bash
python generate_v3.py
# find ./content -type f -exec sed -i 's/---/____/g' {} \;