From 06eb69b93a4e75b0b5e16a4d3901788370f33df2 Mon Sep 17 00:00:00 2001 From: gabime Date: Tue, 18 Sep 2018 00:18:22 +0300 Subject: [PATCH] format.sh --- format.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/format.sh b/format.sh index 69a738d8..664a93f3 100755 --- a/format.sh +++ b/format.sh @@ -1,4 +1,5 @@ #!/bin/bash + echo -n "Running dos2unix " find . -name "*\.h" -o -name "*\.cpp"|grep -v bundled|xargs -I {} sh -c "dos2unix '{}' 2>/dev/null; echo -n '.'" echo