Skip to content

Instantly share code, notes, and snippets.

@mariokostelac
Created September 13, 2015 20:13
Show Gist options
  • Save mariokostelac/ac67e27bc5c18f0d5786 to your computer and use it in GitHub Desktop.
Save mariokostelac/ac67e27bc5c18f0d5786 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
awk '{printf "{OVL\nadj:%c\nrds:%d,%d\nahg:%d\nbhg:%d\n}\n", $3, $1-1, $2-1, $4, $5}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment