5 lines
83 B
Bash
5 lines
83 B
Bash
#!/bin/bash
|
|
GPG_TTY=$(tty)
|
|
export GPG_TTY
|
|
export PINENTRY_USER_DATA="USE_CURSES=1"
|