This commit is contained in:
2022-08-12 09:52:52 +02:00
parent a32725504d
commit 327bd919b9
2 changed files with 0 additions and 12 deletions

3
.gitignore vendored
View File

@@ -117,6 +117,3 @@ dmypy.json
# Temporary Vim files
.*.swp
# config file
/config.py

View File

@@ -1,9 +0,0 @@
#!/usr/bin/env python
import sys
import pyinotifyd
if __name__ == '__main__':
sys.exit(
pyinotifyd.main()
)