Add install script

Add Minibook configuration
Re-Add scripts
This commit is contained in:
phil 2023-07-16 12:17:59 +02:00
parent d24cc31b04
commit c1914511ee
7 changed files with 53 additions and 3 deletions

8
sysmoded Normal file
View file

@ -0,0 +1,8 @@
#! /usr/bin/env python3
"""System mode daemon."""
from tabletmode.daemon import main
if __name__ == '__main__':
main()