Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am Ozzee on github.
  • I am oehnstro (https://keybase.io/oehnstro) on keybase.
  • I have a public key whose fingerprint is 6F0B 715E 61CC B7E9 050F 90C8 ED65 245B C84E 54E4

To claim this, I am signing this object:

@oehnstro
oehnstro / cheatsheet.git.md
Last active December 19, 2015 18:19
Collection of git tips and tricks

GIT TIPS & TRICKS

New branch workflow

Create your branch:

git checkout -b your_branch
@oehnstro
oehnstro / scan.sh
Created June 12, 2013 18:10
Simple bash script for scanning. I use it to scan on my htpc via ssh.
#!/bin/bash
cd /tmp/
echo "Enter scan filename:"
read scanname
echo "Scanning..."
scanimage --mode=Color --resolution=300 > $scanname.pnm