Skip to content

Instantly share code, notes, and snippets.

@webhat
webhat / Oplerno-SignIn-Devise-Page.markdown
Created May 6, 2014 13:41
A Pen by Daniel W. Crompton.
@webhat
webhat / index.html
Last active August 29, 2015 13:57
A Pen by Daniel W. Crompton.
<body>
<div id='course_list'></div>
</body>
@webhat
webhat / ssh-exchange.sh
Last active August 29, 2015 13:57
Add your ssh key to a new remote version
#!/bin/sh
KEY="$HOME/.ssh/id_rsa.pub"
U=$2
echo $U
if [ -z "$U" ] ;then
U=deploy