summaryrefslogtreecommitdiff
path: root/bin/rpmsign-unattended
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rpmsign-unattended')
-rw-r--r--bin/rpmsign-unattended6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/rpmsign-unattended b/bin/rpmsign-unattended
new file mode 100644
index 0000000..62da087
--- /dev/null
+++ b/bin/rpmsign-unattended
@@ -0,0 +1,6 @@
+#!/usr/bin/expect -f
+
+spawn rpmsign {*}$argv
+expect -exact "Enter pass phrase: "
+send -- "\r"
+expect eof