add some hacky experiments for inotify event parsing

This commit is contained in:
Dominic Breuker
2018-02-11 22:15:10 +01:00
parent 38c5d42bb4
commit 9bc66835a6
8 changed files with 214 additions and 31 deletions

View File

@@ -0,0 +1,9 @@
#!/usr/bin/python
user = "myusername"
password = "thepw"
for i in range(100):
print("a"*i)
print("done")