sound is so buggy.
This commit is contained in:
parent
becf8602d7
commit
550556e0e4
12 changed files with 303 additions and 160 deletions
|
|
@ -1,9 +0,0 @@
|
|||
#!/usr/bin/env python3
|
||||
import os
|
||||
import random
|
||||
|
||||
for i in range(100):
|
||||
a = random.randint(0, 360)
|
||||
print("spawn #%d +shoot %d" % (i, a))
|
||||
os.system("echo %d | ncat 192.168.0.191 3490" % a)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue