Some updates
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
password=$(pass thomas/key/pdf)
|
||||
|
||||
for i in $@; do
|
||||
echo >&2 "Encrypting $i"
|
||||
qpdf --encrypt "$password" "$password" 256 -- "$i" --replace-input
|
||||
done
|
||||
Reference in New Issue
Block a user