5 lines
130 B
Bash
Executable file
5 lines
130 B
Bash
Executable file
#!/bin/sh
|
|
|
|
password="$(~/.config/scripts/menu/menu-pass)"
|
|
[ -z "$password" ] && exit
|
|
ydotool type $(pass "$password" | head -n 1)
|