added shell service

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

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