From b4762d4724543847d5b6c001394015cf09002f4b Mon Sep 17 00:00:00 2001 From: the Sane <3657071+the-sane@users.noreply.github.com> Date: Fri, 7 Jan 2022 14:30:38 -0500 Subject: [PATCH] Add comments --- lug-helper.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lug-helper.sh b/lug-helper.sh index 3164afe..0095dcd 100755 --- a/lug-helper.sh +++ b/lug-helper.sh @@ -72,6 +72,8 @@ if [ ! -x "$(command -v mktemp)" ] || [ ! -x "$(command -v sort)" ] || [ ! -x "$ exit 1 fi +######## Config ############################################################ + wine_conf="winedir.conf" game_conf="gamedir.conf" @@ -139,7 +141,7 @@ max_download_items=20 # used to dynamically determine the height of menus menu_option_height="25" -############################################################################ +######## Bundled Files ##################################################### # Use logo installed by a packaged version of this script if available # Otherwise, default to the logo in the same directory @@ -159,6 +161,8 @@ else install_script="$helper_dir/lug-lutris-install.json" fi +######## Links ############################################################# + # LUG Wiki lug_wiki="https://github.com/starcitizen-lug/information-howtos/wiki"