Skip to content

Instantly share code, notes, and snippets.

View mitchleung's full-sized avatar

Mitch Leung mitchleung

View GitHub Profile
@mitchleung
mitchleung / gist:69231c901a73fb2de64d
Created August 20, 2014 06:45
Shell script to list all files with extension .html into a file
find ./www -name \*.html -print > ./list.txt
@mitchleung
mitchleung / dabblet.css
Created January 31, 2012 10:14
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height:100%;