1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 12:54:51 +00:00
oot/fixle.sh
fig02 5b0f79ec6e
Update cygwin instructions (#1146)
* update readme

* fixes

* update permissions for various things

* typos
2022-02-20 08:51:12 -05:00

12 lines
179 B
Bash
Executable File

#!/usr/bin/env bash
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