Formatting
This commit is contained in:
parent
a44bfd1a6e
commit
73c40c8e4b
|
@ -1,7 +1,8 @@
|
||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
# Load config file if it exist.
|
|
||||||
export CONFIG=${XDG_CONFIG_HOME:-~/.config}/tellme/creds
|
export CONFIG=${XDG_CONFIG_HOME:-~/.config}/tellme/creds
|
||||||
|
|
||||||
|
# Load config file if it exist.
|
||||||
[ -f $CONFIG ] && export $(grep -v '^#' $CONFIG | xargs)
|
[ -f $CONFIG ] && export $(grep -v '^#' $CONFIG | xargs)
|
||||||
|
|
||||||
usage(){
|
usage(){
|
||||||
|
|
Loading…
Reference in New Issue
Block a user