Skip to content

Instantly share code, notes, and snippets.

View nillia's full-sized avatar

Nicolás Illia nillia

View GitHub Profile
#!/bin/bash
echo "Start Export Process"
echo "Log into Keybase..."
keybase login
echo "Exporting your PGP keys..."
keybase pgp export -o keybase.public.key
keybase pgp export -s -o keybase.private.key