cyclone/scripts/fixup-api-file.sh
2016-10-04 00:03:53 -04:00

5 lines
125 B
Bash
Executable file

#!/bin/bash
# Make sure there is a space between the header indicator and the label
sed -i -- 's/^\(#\)\([^ ]\)/# \2/g' $1