update
This commit is contained in:
5
ansiscii/d_pipes
Normal file
5
ansiscii/d_pipes
Normal file
@@ -0,0 +1,5 @@
|
||||
from time import sleep;
|
||||
import sys;
|
||||
pipemsg=sys.stdin.readlines();
|
||||
lines=pipemsg;
|
||||
[(open('/home/dr1p/.weechat/weechat_fifo','w').write('*{}\n'.format(x)),sleep(0.125)) for x in lines];
|
||||
Reference in New Issue
Block a user