commit 51074141f92b4cd4ff65e805e6c7b08b11d1ac10 Author: Sebastian Wagner <2000sw@gmail.com> Date: Mon Feb 23 22:27:22 2015 +0100 initial from bash history diff --git a/textfeed.sh b/textfeed.sh new file mode 100755 index 0000000..f00fefc --- /dev/null +++ b/textfeed.sh @@ -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