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