aboutsummaryrefslogtreecommitdiff
path: root/src/main/distribution
diff options
context:
space:
mode:
authortknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2011-01-27 13:02:21 +0000
committertknall <tknall@7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c>2011-01-27 13:02:21 +0000
commitf5bfbbd6c60d2827a961735d94d435ee24cc8f11 (patch)
treebbdcd7ffe80031e30843b53888739fb746542e78 /src/main/distribution
parent0f72666691e481b64d8901802e7894cb58b0c2c4 (diff)
downloadpdf-as-3-f5bfbbd6c60d2827a961735d94d435ee24cc8f11.tar.gz
pdf-as-3-f5bfbbd6c60d2827a961735d94d435ee24cc8f11.tar.bz2
pdf-as-3-f5bfbbd6c60d2827a961735d94d435ee24cc8f11.zip
- build script for command line version extended
- some developer comments removed - more debug messages - missing message for error code 322 added git-svn-id: https://joinup.ec.europa.eu/svn/pdf-as/trunk@732 7b5415b0-85f9-ee4d-85bd-d5d0c3b42d1c
Diffstat (limited to 'src/main/distribution')
-rw-r--r--src/main/distribution/cl/sign.bat1
-rw-r--r--src/main/distribution/cl/sign.sh3
2 files changed, 4 insertions, 0 deletions
diff --git a/src/main/distribution/cl/sign.bat b/src/main/distribution/cl/sign.bat
new file mode 100644
index 0000000..e25213b
--- /dev/null
+++ b/src/main/distribution/cl/sign.bat
@@ -0,0 +1 @@
+call pdf-as.bat -mode sign -sigmode textual -connector bku %1 %2 %3 %4 %5 %6 %7 %8 %9
diff --git a/src/main/distribution/cl/sign.sh b/src/main/distribution/cl/sign.sh
new file mode 100644
index 0000000..410b3fe
--- /dev/null
+++ b/src/main/distribution/cl/sign.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+./pdf-as.sh -mode sign -sigmode textual -connector bku $@