2 lines
84 B
Bash
Executable File
2 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
find . \( -iname "*.h" -o -iname "*.c" \) -exec sed -i "s/[ \t]*$//" {} \; |