don't include output from pushd and popd

This commit is contained in:
Ryan Mulligan 2018-03-22 16:17:33 -07:00
parent 70f679319c
commit 146d5e5827

View File

@ -11,7 +11,7 @@ export EDITOR
OLD_HOME=~/
HOME=/homeless-shelter
pushd "$(mktemp -d)"
pushd "$(mktemp -d)" >/dev/null
rm -f $LOG_FILE
@ -79,6 +79,6 @@ then
echo "- directory tree listing: $GIST" >> $LOG_FILE
fi
popd
popd >/dev/null
cat $LOG_FILE || true