1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-02 17:13:34 +00:00
ooot/fixle.sh

12 lines
179 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2020-03-17 04:31:30 +00:00
var="$1"
if [ ! -n "$var" ]
then
var=dos2unix
fi
find src -type f -print0 | xargs -0 $var
find include -type f -print0 | xargs -0 $var
$var checksum.md5