5 lines
106 B
Bash
Executable File
5 lines
106 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
xdg-open \
|
|
"$(pass show "$(cat /tmp/passselect)" | sed -n '/^URL:/{s/URL:\s*//p;q}')"
|