|
@ -6,7 +6,7 @@ BIBTEX_URL="https://cloud.hiz-saarland.de/public.php/dav/files/Yj8FtZsTS9TkFWG" |
|
|
BIBTEXBROWSER="php -c \"php_cli.ini\" -f \"bibtexbrowser.php\"" |
|
|
BIBTEXBROWSER="php -c \"php_cli.ini\" -f \"bibtexbrowser.php\"" |
|
|
|
|
|
|
|
|
# DELETEME |
|
|
# DELETEME |
|
|
rm -r "artifacts" "temp" |
|
|
|
|
|
|
|
|
rm -rf "artifacts" "temp" |
|
|
# create output directories and download bibtex file |
|
|
# create output directories and download bibtex file |
|
|
mkdir -p "artifacts/keys" "temp" |
|
|
mkdir -p "artifacts/keys" "temp" |
|
|
wget -O "temp/zrd.bib" "$BIBTEX_URL" |
|
|
wget -O "temp/zrd.bib" "$BIBTEX_URL" |
|
|