6 lines
197 B
Bash
Executable file
6 lines
197 B
Bash
Executable file
#!/usr/bin/env sh
|
|
# Passes a userdata var, which will eventually be passed to pinentry-wrapper, and open
|
|
# pinentry-rofi to enter the decryption password
|
|
|
|
PINENTRY_USER_DATA=rofi sysbin rofi-pass
|
|
|