1
0
mirror of https://github.com/blawar/ooot.git synced 2024-06-30 16:29:55 +00:00
ooot/fixle.sh

12 lines
179 B
Bash

#!/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