mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-21 04:06:48 +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`
|
||||
fname=`basename ${element}`
|
||||
pandoc $fname -o ${fname::-2}pdf
|
||||
cd -
|
||||
cd - > /dev/null
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue