๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the Atmosphere
35
fork

Configure Feed

Select the types of activity you want to include in your feed.

[#16] fix/ignore various shellcheck issues

Ducky 0402ee5c 4975caff

+1 -1
+1 -1
src/shared/util.sh
··· 768 768 769 769 if [[ -f "$file" ]]; then 770 770 variable="$2" 771 - found_line="$(cat "$file" | grep "\b${variable}=")" 771 + found_line="$(grep "\b${variable}=" "$file")" 772 772 773 773 if [[ -n "$found_line" ]] && [[ ! "$found_line" == \#* ]]; then 774 774 output="$(echo "$found_line" | sed "s|${variable}=||g")"