parent
3df2d5f715
commit
85ad712764
@ -0,0 +1,18 @@
|
||||
#! /bin/bash
|
||||
#
|
||||
# preamble
|
||||
# Copyright (C) 2016 Adrian Perez <aperez@igalia.com>
|
||||
#
|
||||
# Distributed under terms of the MIT license.
|
||||
#
|
||||
|
||||
function fail () {
|
||||
printf "(FF) "
|
||||
printf "$@"
|
||||
exit 1
|
||||
} 1>&2
|
||||
|
||||
function warn () {
|
||||
printf "(WW)"
|
||||
printf "$@"
|
||||
} 1>&2
|
Loading…
Reference in new issue