added shell service

This commit is contained in:
Johannes Findeisen 2013-05-30 23:07:34 +02:00
commit 80b3c0bcc0

4
lib/service/shell.py Normal file
View file

@ -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.
"""