Formatting

This commit is contained in:
James Patrick 2019-11-22 14:56:38 -05:00
parent a44bfd1a6e
commit 73c40c8e4b
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
#! /bin/bash
# Load config file if it exist.
export CONFIG=${XDG_CONFIG_HOME:-~/.config}/tellme/creds
# Load config file if it exist.
[ -f $CONFIG ] && export $(grep -v '^#' $CONFIG | xargs)
usage(){