mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
5 lines
125 B
Bash
Executable file
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
|
|
|