From d5f779c7a18ccbfb718611297e0de083d674eb19 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 30 May 2013 23:07:34 +0200 Subject: [PATCH] added shell service --- lib/service/shell.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/service/shell.py diff --git a/lib/service/shell.py b/lib/service/shell.py new file mode 100644 index 0000000..234b714 --- /dev/null +++ b/lib/service/shell.py @@ -0,0 +1,4 @@ +""" +The shell service. This is for executing services as shell commands and don't use a builtin function. This is useful to +be free to do what you want. +""" \ No newline at end of file