diff options
Diffstat (limited to 'src/main/distribution')
-rw-r--r-- | src/main/distribution/cl/sign.bat | 1 | ||||
-rw-r--r-- | src/main/distribution/cl/sign.sh | 3 |
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 $@ |