Mute output of pushd
and popd
commands
This commit is contained in:
parent
c7b345c034
commit
b2d7433487
19 changed files with 43 additions and 43 deletions
scripts/OS/PopOS
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
pushd "${BASH_SOURCE%/*}";
|
||||
pushd "${BASH_SOURCE%/*}" > /dev/null;
|
||||
source "../../Config/GnomeExtensions/install.sh";
|
||||
popd;
|
||||
popd > /dev/null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue