6 lines
261 B
Text
6 lines
261 B
Text
# shellcheck shell=bash
|
|
# Moment API key and company code
|
|
# Copy to 99-moment and fill in your credentials, then: chmod 700 99-moment
|
|
#require_private "${BASH_SOURCE[0]}"
|
|
export MOMENT_API_KEY=your-api-key-here
|
|
export MOMENT_COMPANY_CODE=your-company-code-here
|