redirect errors to devnull

This commit is contained in:
ninetyninereds 2023-09-13 00:25:27 +03:00
parent eee2a46be8
commit 6912030cc6
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
echo "*********************************** Reading the Gradle Cache: ****************************************" echo "*********************************** Reading the Gradle Cache: ****************************************"
ls -la ~/.gradle ls -la ~/.gradle 2>/dev/null
echo "******************************************************************************************************"

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash #!/usr/bin/env bash
echo "*********************************** Updating the Gradle Cache: ****************************************" echo "*********************************** Updating the Gradle Cache: ****************************************"
ls -la ~/.gradle ls -la ~/.gradle 2>/dev/null
echo "*******************************************************************************************************"