add some hacky experiments for inotify event parsing

This commit is contained in:
Dominic Breuker
2018-02-11 22:15:10 +01:00
parent e681208a4a
commit 22df28ae1d
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")