This commit is contained in:
decoded
2023-03-28 17:49:26 -05:00
parent fbf1b9dfe6
commit 7188ec84fa
56 changed files with 8120 additions and 0 deletions

5
ansiscii/d_pipes Normal file
View 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];