rector/bin/clean_trailing_spaces.sh
2019-06-08 22:41:52 +02:00

4 lines
105 B
Bash
Executable File

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