Skip to content

Instantly share code, notes, and snippets.

View code0monkey1's full-sized avatar
:octocat:
Building

Chiranjeev Thomas code0monkey1

:octocat:
Building
View GitHub Profile
/* *******************************************************************************************
* TAILWIND.CSS
* DOCUMENTATION: https://tailwindcss.com/
* ******************************************************************************************* */
/*
* Available breakpoints
* --------------------
* sm: min-width: 640px;
* md: min-width: 768px;
@code0monkey1
code0monkey1 / bash-cheatsheet.sh
Created April 26, 2023 13:36 — forked from LeCoupa/bash-cheatsheet.sh
Bash CheatSheet for UNIX Systems --> UPDATED VERSION --> https://github.com/LeCoupa/awesome-cheatsheets
#!/bin/bash
#####################################################
# Name: Bash CheatSheet for Mac OSX
#
# A little overlook of the Bash basics
#
# Usage:
#
# Author: J. Le Coupanec
# Date: 2014/11/04