From c4f6d493b3439f4f39c75b64fb9f8caca79485b7 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 23 Feb 2012 14:18:51 -0500 Subject: [PATCH] Initial library directory --- library/ping | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 library/ping diff --git a/library/ping b/library/ping new file mode 100644 index 00000000000..fe0b3948255 --- /dev/null +++ b/library/ping @@ -0,0 +1,5 @@ +#!/usr/bin/python + +import json + +print json.dumps(1)