Skip to content

Commit

Permalink
Add workshop link for unknown items too
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Feb 27, 2023
1 parent 7933acd commit 00c3c11
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions share/killinuxfloor
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,10 @@ function check_workshop ()

for item in "${UNKNOWN_WORKSHOP[@]}"
do
echo "${item}"
# Padding
printf "%-52.52s" "${item}"
# Steam workshop link
echo_link "https://steamcommunity.com/sharedfiles/filedetails/?id=${item}" "🌐" true
done
fi

Expand Down Expand Up @@ -845,7 +848,10 @@ function check_workshop ()

for item in "${UNKNOWN_CACHE[@]}"
do
echo "${item}"
# Padding
printf "%-52.52s" "${item}"
# Steam workshop link
echo_link "https://steamcommunity.com/sharedfiles/filedetails/?id=${item}" "🌐" true
done
fi

Expand Down

0 comments on commit 00c3c11

Please sign in to comment.