Formatting
This commit is contained in:
parent
a44bfd1a6e
commit
73c40c8e4b
|
@ -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(){
|
||||
|
|
Loading…
Reference in New Issue
Block a user