mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Initial file
This commit is contained in:
parent
7e5152142f
commit
c7c889d0b7
1 changed files with 5 additions and 0 deletions
5
scripts/fixup-api-file.sh
Executable file
5
scripts/fixup-api-file.sh
Executable 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
|
||||||
|
|
Loading…
Add table
Reference in a new issue