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