Update_Flatpacks
This commit is contained in:
parent
fbfeaeb335
commit
07ab4134ab
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ MENU_OPTIONS=()
|
|||
for SCRIPT in "${SCRIPTS[@]}"; do
|
||||
# Remove underscores and capitalize first letter of each word
|
||||
DISPLAY_NAME=$(echo "$SCRIPT" | sed 's/_/ /g' | awk '{for(i=1;i<=NF;i++) $i=toupper(substr($i,1,1)) substr($i,2)} 1')
|
||||
MENU_OPTIONS+=("$SCRIPT" "$DISPLAY_NAME")
|
||||
MENU_OPTIONS+=("Flatpackage" "$DISPLAY_NAME")
|
||||
done
|
||||
|
||||
# Show menu with the new title
|
||||
|
|
Loading…
Add table
Reference in a new issue