mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/region-edoc.git
synced 2026-01-24 00:25:38 +03:00
13 lines
258 B
Bash
Executable File
13 lines
258 B
Bash
Executable File
CUR_DIR=`pwd`
|
|
|
|
cd "${CUR_DIR}/../Проспект ИЭТР/scripts"
|
|
./adoc2html.sh
|
|
./adoc2pdf.sh
|
|
|
|
cd "${CUR_DIR}/../Проспект ЭКИ/scripts"
|
|
./adoc2html.sh
|
|
./adoc2pdf.sh
|
|
|
|
cd "${CUR_DIR}/../Проспект ЭУР/scripts"
|
|
./adoc2html.sh
|
|
./adoc2pdf.sh |