Skip to content

Instantly share code, notes, and snippets.

View atthaboon's full-sized avatar

Atthaboon Sanurt (P'Art) atthaboon

View GitHub Profile
#!/bin/sh
cd `dirname $0`/..
OUTDIR=reports
OUTFILE=$OUTDIR/rails_best_practices.properties
TMPFILE=`mktemp $OUTDIR/rails_best_practices.XXXXXX`
mkdir $OUTDIR 2> /dev/null
rails_best_practices > $TMPFILE