#!/bin/bash if grep -lE '[^'`printf '\r'`']$' $(ack -l "`printf '\r'`\$" ${@:-.}); then exit 1 else exit 0 fi