Skip to content

Instantly share code, notes, and snippets.

View vdloo's full-sized avatar

Rick van de Loo vdloo

  • Amsterdam, the Netherlands
  • X @vdloo_
View GitHub Profile
@vdloo
vdloo / scrub.sh
Last active August 29, 2015 14:02 — forked from ruuda/scrub.sh
#!/bin/sh
unset MAILTO
unset MAILFROM
DIRECTORY="."
while getopts d:t:f: option
do
case "${option}"
in
d) DIRECTORY=${OPTARG};; # Directory to scrub