We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91eca83 commit 9bcec3bCopy full SHA for 9bcec3b
Shells/removeTailBlank.sh
@@ -1,2 +1,3 @@
1
#! /bin/bash
2
find . -name "*.[hm]" | xargs sed -Ee 's/ +$//g' -i ""
3
+find . -name "*.mm" | xargs sed -Ee 's/ +$//g' -i ""
0 commit comments