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