rector/bin/clean_trailing_spaces.sh
2018-10-06 23:21:07 +08:00

4 lines
106 B
Bash
Executable File

#!/usr/bin/env bash
# trailing whitespaces
sed -i -E 's#\s+$##g' config/level/*/*.yml docs/*.md README.md