Files
stf-DeviceFarmer/buildpack/bin/common.sh
2014-07-30 16:54:52 +09:00

9 lines
77 B
Bash

error() {
echo " ! $*" >&2
exit 1
}
status() {
echo "-----> $*"
}