mirror of
https://github.com/tildeclub/launcher.git
synced 2026-01-24 03:10:17 +00:00
allow user to define arrays
This commit is contained in:
8
envs
8
envs
@@ -23,7 +23,7 @@
|
|||||||
export TERM=xterm-256color
|
export TERM=xterm-256color
|
||||||
|
|
||||||
PROGNAME=${0##*/}
|
PROGNAME=${0##*/}
|
||||||
VERSION="0.0.4"
|
VERSION="0.0.5"
|
||||||
|
|
||||||
INFO_FILE="/home/$(id -un)/.envs"
|
INFO_FILE="/home/$(id -un)/.envs"
|
||||||
|
|
||||||
@@ -172,9 +172,13 @@ if [ ! -f "$INFO_FILE" ]; then
|
|||||||
#
|
#
|
||||||
desc=a short describtion or message
|
desc=a short describtion or message
|
||||||
|
|
||||||
#add more informations
|
# add more informations (max. 100 entrys)
|
||||||
#git=
|
#git=
|
||||||
#mastodon=
|
#mastodon=
|
||||||
|
# you can also add a array with unlimeted entrys
|
||||||
|
#name=line1
|
||||||
|
#name=line2
|
||||||
|
#nametwo=line1
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user