From a0ae62a733afc1adc11c79ba2d2c906eeb1092b8 Mon Sep 17 00:00:00 2001 From: gabime Date: Tue, 18 Sep 2018 00:19:16 +0300 Subject: [PATCH] format.sh --- format.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/format.sh b/format.sh index 664a93f3..69a738d8 100755 --- a/format.sh +++ b/format.sh @@ -1,5 +1,4 @@ #!/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