initial from bash history
This commit is contained in:
commit
51074141f9
1 changed files with 6 additions and 0 deletions
6
textfeed.sh
Executable file
6
textfeed.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo -n "Y " \
|
||||
| convert -extract 16x16+43+43 -background lightblue -fill blue -pointsize 21 text:- bmp3:- \
|
||||
| dd bs=1 skip=54 \
|
||||
| nc -u 172.22.239.182 8888
|
Reference in a new issue