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/dos2unix.sh

3 lines
73 B
Bash
Raw Normal View History

#!/bin/sh
find . \( -iname "*.h" -o -iname "*.c" \) -exec dos2unix {} \;