Files
atom/script/cibuild
probablycorey 264f7e1a74 Add script/test
2013-06-21 09:46:25 -07:00

11 lines
89 B
Bash
Executable File

#!/bin/sh
set -e
cd "$(dirname "$0")/.."
rm -rf ~/.atom
git clean -dff
./script/test