6 lines
126 B
Bash
Executable File
6 lines
126 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# From here https://github.com/drduh/YubiKey-Guide#readme
|
|
|
|
gpg-connect-agent "scd serialno" "learn --force" /bye
|