Skip to content

Instantly share code, notes, and snippets.

View rtang03's full-sized avatar
🏠
Working from home

rtdoit rtang03

🏠
Working from home
  • Dashslab
View GitHub Profile
// MIT License
// Copyright (c) 2020 Szabolcs Gelencsér
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions:
@rtang03
rtang03 / installcc.sh
Created March 26, 2020 06:42
The install cc script
#!/bin/bash
##############
# Environments
##############
export RED='\033[0;31m'
export GREEN='\033[0;32m'
export YELLOW='\033[0;33m'
export NC='\033[0m'