mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-23 15:36:45 +08:00
send return cd output to dev null
This commit is contained in:
parent
376bdbb7c5
commit
2370bf7163
1 changed files with 1 additions and 1 deletions
|
|
@ -9,6 +9,6 @@ do
|
||||||
echo `pwd`
|
echo `pwd`
|
||||||
fname=`basename ${element}`
|
fname=`basename ${element}`
|
||||||
pandoc $fname -o ${fname::-2}pdf
|
pandoc $fname -o ${fname::-2}pdf
|
||||||
cd -
|
cd - > /dev/null
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue