hope I got the merge wright...
[monitor.git] / commands / syncwithplc.py
diff --git a/commands/syncwithplc.py b/commands/syncwithplc.py
new file mode 100755 (executable)
index 0000000..af01841
--- /dev/null
@@ -0,0 +1,6 @@
+#!/usr/bin/python
+
+from monitor.wrapper import plccache
+
+if __name__ == "__main__":
+       plccache.sync()