Skip to content

Instantly share code, notes, and snippets.

View softprops's full-sized avatar
🏕️
Just gopher it

Doug Tangren softprops

🏕️
Just gopher it
View GitHub Profile
mkdir -p myproject/src/{main,test}/{java,resources}
<ul class="favicon">
<li><a href="http://twitter.com/">twitter</a></li>
<li><a href="http://github.com/">github</a></li>
<li><a href="http://microformats.org/">microformats</a></li>
</ul>
# Bash snippet to open new shells in most recently visited dir.
# Useful if you want to open a new terminal tab at the present
# tab's location.
#
# Put this in your .bashrc or whatever.
pathed_cd () {
if [ "$1" == "" ]; then
cd
else