Merge pull request #169 from frennkie/rewrite-infoblitz

[WIP] Rewrite infoblitz
This commit is contained in:
Christian Rotzoll 2018-11-13 20:47:00 +01:00 committed by GitHub
commit d515fa1dbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1588 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
.DS_Store
home.admin/.DS_Store
*.log
__pycache__

2
home.admin/00infoBlitz2.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
/usr/bin/env python3 infoblitzd.py $@

1584
home.admin/infoblitzd.py Executable file

File diff suppressed because it is too large Load Diff