Mute output of pushd and popd commands

This commit is contained in:
Manuel Thalmann 2023-03-16 20:14:49 +01:00
parent c7b345c034
commit b2d7433487
19 changed files with 43 additions and 43 deletions
scripts/OS/PopOS

View file

@ -1,4 +1,4 @@
#!/bin/bash
pushd "${BASH_SOURCE%/*}";
pushd "${BASH_SOURCE%/*}" > /dev/null;
source "../../Config/GnomeExtensions/install.sh";
popd;
popd > /dev/null;