/run bash

count=$((RANDOM % 5 + 1))

for i in {1..$count}; do

if [ $((RANDOM % 2)) -eq 0 ]; then

echo -n "🌈"

fi

echo -n "🦙"

done

Reply to this note

Please Login to reply.

Discussion

🦙🦙🦙🌈🦙