From cf285f8878b15080984c2b0d24753da53b884963 Mon Sep 17 00:00:00 2001 From: creme Date: Sat, 7 Sep 2019 14:50:12 +0200 Subject: [PATCH] allow user to define arrays --- envs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/envs b/envs index 2d1400b..d2055e4 100755 --- a/envs +++ b/envs @@ -23,7 +23,7 @@ export TERM=xterm-256color PROGNAME=${0##*/} -VERSION="0.0.4" +VERSION="0.0.5" INFO_FILE="/home/$(id -un)/.envs" @@ -172,9 +172,13 @@ if [ ! -f "$INFO_FILE" ]; then # desc=a short describtion or message -#add more informations +# add more informations (max. 100 entrys) #git= #mastodon= +# you can also add a array with unlimeted entrys +#name=line1 +#name=line2 +#nametwo=line1 EOF fi