Initial file

This commit is contained in:
Justin Ethier 2016-10-04 00:03:53 -04:00
parent 7e5152142f
commit c7c889d0b7

5
scripts/fixup-api-file.sh Executable file
View file

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