Açıklama Yok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dirMake.sh 238B

12345678910111213
  1. #!/usr/bin/bash
  2. # Transition 2024
  3. # uses no "Zielgruppe" any more.
  4. export TEX_FILE_NAME=pruefungsIndexAufgaben
  5. ./lib/dirMake2.sh
  6. export TEX_FILE_NAME=pruefungsIndexLoesungen
  7. ./lib/dirMake2.sh
  8. ./clean.sh
  9. killall evince &
  10. evince *.pdf &