mirror of
https://github.com/romanz/amodem.git
synced 2026-02-07 01:18:02 +08:00
8 lines
88 B
Bash
Executable File
8 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
set -eu
|
|
|
|
export GNUPGHOME=~/.gnupg/trezor
|
|
gpg2 --list-public-keys
|
|
|
|
${SHELL}
|