5 lines
106 B
Bash
5 lines
106 B
Bash
#!/usr/bin/env bash
|
|
# this file is to be loaded with 'direnv'
|
|
use nix
|
|
export CARDS_ACCESS_TOKEN="hunter2"
|