mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
12 lines
193 B
Bash
Executable File
12 lines
193 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
export \
|
|
KEYBASE_USERNAME="${KEYBASE_USERNAME:?not set}" \
|
|
KEYBASE_PAPERKEY="${KEYBASE_PAPERKEY:?not set}"
|
|
|
|
source install.sh
|
|
|
|
run_keybase
|
|
keybase oneshot
|
|
keybase git list
|