Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
: '
my-script — does one thing well
Usage:
my-script <input> <output>
Options:
<input> Input file to read.
<output> Output file to write. Use '-' for stdout.
@gerrymanoim
gerrymanoim / Default (Linux).sublime-keymap
Created August 31, 2011 19:20 — forked from coldnebo/Default (Linux).sublime-keymap
simple script to checkout files you want to edit in sublime text 2 using P4
[
{ "keys": ["f8"], "command": "p4_edit" }
]