#!/usr/bin/env ruby args = ARGV.join(' ') command = "git diff -w #{args}" exec command