index
:
bhlib-old.git
master
(ARCHIVE) BlankHex Library (BHLib).
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
unix2dos.sh
blob: 2f6822482f71b7573975c2985d75993a6744d73f (
plain
)
1
2
#!/bin/sh find . \( -iname "*.h" -o -iname "*.c" \) -exec unix2dos {} \;