chore: suppress output of dos2unix command
This commit is contained in:
2
setup
2
setup
@ -5,7 +5,7 @@ set -e
|
||||
echo "[+] Cloning submodules..."
|
||||
git submodule update --init --recursive
|
||||
|
||||
find . -type d -name '.git*' -prune -o -type f -print0 | xargs -0 dos2unix
|
||||
find . -type d -name '.git*' -prune -o -type f -print0 | xargs -0 dos2unix >> /dev/null
|
||||
|
||||
echo "[+] Creating Gitconfigs..."
|
||||
|
||||
|
Reference in New Issue
Block a user