5 lines
155 B
Bash
Executable File
5 lines
155 B
Bash
Executable File
#!/usr/bin/env nix-shell
|
|
#!nix-shell -i bash -p poppler-utils gnugrep gnused
|
|
|
|
pdfinfo confidential.pdf | grep Author | sed -E 's/Author:\s+//' | base64 -d
|