Add install script
Add Minibook configuration Re-Add scripts
This commit is contained in:
parent
d24cc31b04
commit
c1914511ee
7 changed files with 53 additions and 3 deletions
8
sysmoded
Normal file
8
sysmoded
Normal file
|
@ -0,0 +1,8 @@
|
|||
#! /usr/bin/env python3
|
||||
"""System mode daemon."""
|
||||
|
||||
from tabletmode.daemon import main
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
Loading…
Add table
Add a link
Reference in a new issue