5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
pass thomas/key/pdf | tr -d '\n' | xclip -selection c
|
||
|
evince $@
|