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() + +}