Skip to content

Instantly share code, notes, and snippets.

View jstnbr's full-sized avatar

Justin Breen jstnbr

View GitHub Profile
@jstnbr
jstnbr / wordpress-dev.sh
Created June 1, 2019 16:37 — forked from techkram/wordpress-dev.sh
WordPress Development Script
# wordpress-dev.sh
#
# Copyright 2012 Frank Lewandowski <[email protected]>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
@jstnbr
jstnbr / 0_reuse_code.js
Created November 9, 2016 21:14
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