From e8b8af045f4176d15f2f859116ea46cab08c2fa2 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 10 Nov 2015 12:39:36 -0500 Subject: [PATCH] new warnings file --- bin/warnings | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 bin/warnings diff --git a/bin/warnings b/bin/warnings new file mode 100755 index 0000000..7fc311a --- /dev/null +++ b/bin/warnings @@ -0,0 +1,10 @@ +shopt -s extglob + +pylibmc-missing() { + puts-warn "pylibmc is missing." +} + +show-warnings() { + pylibmc-missing() + +}