This repository has been archived on 2026-04-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
bhlib-old/scripts/trim-whitespace.sh

2 lines
84 B
Bash
Raw Permalink Normal View History

2024-04-13 14:52:29 +03:00
#!/bin/sh
find . \( -iname "*.h" -o -iname "*.c" \) -exec sed -i "s/[ \t]*$//" {} \;