From 12e30f0eb46d8b4544f6168a779c7cc967998f64 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Tue, 4 Jun 2019 12:26:49 +0300 Subject: [PATCH] Update format.sh --- format.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/format.sh b/format.sh index 69a738d8..97bbea23 100755 --- a/format.sh +++ b/format.sh @@ -1,4 +1,3 @@ -#!/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