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

Configure Feed

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

fix SC2155

Ducky dc03ef71 530b8586

+1 -1
+1 -1
src/shared/util.sh
··· 429 429 local domain=${url#*://} 430 430 domain=${domain%%/*} 431 431 432 - local main_part=$(echo "$domain" | tr '.' '\n' | tac | sed -n '2p') 432 + main_part=$(echo "$domain" | tr '.' '\n' | tac | sed -n '2p') 433 433 434 434 echo "$main_part" 435 435 }