1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 04:24:43 +00:00
oot/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