Files
atom/script/cibuild
2013-05-28 09:25:22 -07:00

7 lines
64 B
Bash
Executable File

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