From 3bcbf37a2faccc52edfcded63ed439d9d3a08295 Mon Sep 17 00:00:00 2001 From: Maaack Date: Thu, 30 Nov 2023 13:52:36 -0800 Subject: [PATCH] Updates comments in bulter manager. --- Extras/Scripts/butler_manager.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Extras/Scripts/butler_manager.sh b/Extras/Scripts/butler_manager.sh index 86f646d..b576487 100755 --- a/Extras/Scripts/butler_manager.sh +++ b/Extras/Scripts/butler_manager.sh @@ -1,5 +1,10 @@ #!/bin/bash -# butler managing command +# butler manager command +# Uploads directories as builds to matching itch.io channels. +# HTML5 => html5 +# Linux => linux +# Windows => win +# MacOS => osx file=upload_destination.txt directories=("HTML5" "Linux" "Windows" "MacOS") @@ -25,7 +30,7 @@ if [ -z "$destination" ]; then destination="$user_input" fi -# Check for the existence of directories and print mapped strings +# Check for the existence of directories and upload contents for ((i=0; i<${#directories[@]}; i++)); do dir="${directories[i]}" channel="${channels[i]}"