runv-links (1206B)
1 #!/bin/sh 2 # runv.club — links úteis 3 # 4 # Usar printf %b para argumentos com sequências ANSI (\033). 5 6 R='\033[0m' 7 G='\033[0;32m' 8 C='\033[0;36m' 9 B='\033[1m' 10 11 printf '%b\n' "${G}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${R}" 12 printf '%b %bLinks úteis — runv.club%b\n' "${B}" "${G}" "${R}" 13 printf '%b\n' "${G}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${R}" 14 printf '\n' 15 16 printf '%b Comunidade e site%b\n' "${B}" "${R}" 17 printf ' %b•%b https://runv.club\n' "${C}" "${R}" 18 printf '\n' 19 20 printf '%b Instituição mantenedora%b\n' "${B}" "${R}" 21 printf ' %b•%b https://portalidea.com.br\n' "${C}" "${R}" 22 printf '\n' 23 24 printf '%b (Lista pode ser ampliada no futuro pelos administradores.)%b\n' "${G}" "${R}" 25 printf '\n' 26 printf '%b\n' "${G}━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━${R}"