mirror of
https://github.com/DominicBreuker/pspy.git
synced 2025-12-21 11:44:51 +00:00
add some hacky experiments for inotify event parsing
This commit is contained in:
9
docker/scripts/print_stuff.py
Normal file
9
docker/scripts/print_stuff.py
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/python
|
||||
|
||||
user = "myusername"
|
||||
password = "thepw"
|
||||
|
||||
for i in range(100):
|
||||
print("a"*i)
|
||||
|
||||
print("done")
|
||||
Reference in New Issue
Block a user