-
Notifications
You must be signed in to change notification settings - Fork 12
/
make-socials
executable file
·19 lines (17 loc) · 958 Bytes
/
make-socials
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/env bash
#
# Generate a page with my socials
#
# Author: Dave Eddy <[email protected]>
# Date: March 17, 2024
# License: MIT
. ./colors || exit 1
. ./util || exit 1
echo -e "${GRAY_COLOR}# join the community${RST_COLOR}
${GRAY_COLOR}+ --------- + ------------------------- +${RST_COLOR}
${GRAY_COLOR}| ${GREEN_COLOR}YouTube ${GRAY_COLOR} | ${BLUE_COLOR}https://$SITE/youtube ${GRAY_COLOR}|${RST_COLOR}
${GRAY_COLOR}| ${GREEN_COLOR}Instagram${GRAY_COLOR} | ${BLUE_COLOR}https://$SITE/instagram ${GRAY_COLOR}|${RST_COLOR}
${GRAY_COLOR}| ${GREEN_COLOR}TikTok ${GRAY_COLOR} | ${BLUE_COLOR}https://$SITE/tiktok ${GRAY_COLOR}|${RST_COLOR}
${GRAY_COLOR}| ${GREEN_COLOR}Merch ${GRAY_COLOR} | ${BLUE_COLOR}https://$SITE/merch ${GRAY_COLOR}|${RST_COLOR}
${GRAY_COLOR}| ${GREEN_COLOR}Discord ${GRAY_COLOR} | ${BLUE_COLOR}https://$SITE/discord ${GRAY_COLOR}|${RST_COLOR}
${GRAY_COLOR}+ --------- + ------------------------- +${RST_COLOR}"