Skip to content

Instantly share code, notes, and snippets.

View sbrl's full-sized avatar

Starbeamrainbowlabs sbrl

View GitHub Profile
@sbrl
sbrl / 0_reuse_code.js
Created December 20, 2015 19:48
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
#!/bin/bash
#from https://gist.github.com/sbrl/4a642df930051575d91a
public=true
desc="(none)"
for i; do
case "$i" in
-p)
public=false