diff --git a/create_pdf.sh b/create_pdf.sh deleted file mode 100755 index 76a53f2..0000000 --- a/create_pdf.sh +++ /dev/null @@ -1,5 +0,0 @@ -#! /bin/sh - -prince ./dist/reports/$1/index.html -o pdfs/$1.pdf --pdf-profile="PDF/UA-1" - -open pdfs/$1.pdf \ No newline at end of file