this repo has no description
1
fork

Configure Feed

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

at master 10 lines 141 B view raw
1#!/bin/bash 2 3RED="\e[31m" 4GREEN="\e[32m" 5BLUE="\e[34m" 6CYAN="\e[36m" 7YELLOW="\e[33m" 8WHITE="\e[38;2;201;209;217m" 9BOLD="\e[1m" 10RESET="\e[0m"