mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
9 lines
77 B
Bash
9 lines
77 B
Bash
error() {
|
|
echo " ! $*" >&2
|
|
exit 1
|
|
}
|
|
|
|
status() {
|
|
echo "-----> $*"
|
|
}
|