5 lines
147 B
Bash
Executable File
5 lines
147 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
xdotool type --clearmodifiers --delay 0 \
|
|
"$(pass show "$(cat /tmp/passselect)" | sed -n '/^Username:/{s/Username:\s*//p;q}')"
|