#!/bin/sh
/usr/bin/rblcheck `
  [ -f "/etc/rblcheckrc" ] && cat "/etc/rblcheckrc";
  [ -f "$HOME/.rblcheckrc" ] && cat "$HOME/.rblcheckrc"` $*
