send return cd output to dev null

This commit is contained in:
Perry Kivolowitz 2023-01-16 21:20:24 -06:00
parent 376bdbb7c5
commit 2370bf7163

View file

@ -9,6 +9,6 @@ do
echo `pwd`
fname=`basename ${element}`
pandoc $fname -o ${fname::-2}pdf
cd -
cd - > /dev/null
done