Files
atom/script/cibuild
Corey Johnson & Kevin Sawicki 17a83933d4 Use two -f flags to clean all git dirs
2013-05-29 10:01:33 -07:00

7 lines
65 B
Bash
Executable File

#!/bin/sh
set -ex
rm -rf ~/.atom
git clean -dff
rake clean test