Skip to content

Instantly share code, notes, and snippets.

@udoschneider
Created May 31, 2013 12:38
Show Gist options
  • Save udoschneider/5684722 to your computer and use it in GitHub Desktop.
Save udoschneider/5684722 to your computer and use it in GitHub Desktop.
#!/bin/bash
ulimit -n 1024
export PATH=/bin:/usr/bin:/usr/local/narwhal/bin
jake $* | sed -e 's/^\([A-Z]*\) line \([1-9][0-9]*\) in file:\([^:]*\): \(.*\)$/\1:\3:\2:1:\4/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment