mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 14:12:41 +00:00
8 lines
151 B
Bash
Executable File
8 lines
151 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
API_KEY=$(/bin/gopass show --password Keys/shlink/api-key)
|
|
BASE_URL="https://l.housh.dev/rest/v3"
|
|
|
|
export API_KEY
|
|
export BASE_URL
|