Compare commits
2 commits
b1cfaae138
...
478078be7f
Author | SHA1 | Date | |
---|---|---|---|
478078be7f | |||
06a99f3307 |
2 changed files with 9 additions and 1 deletions
BIN
images/qrcode.png
Normal file
BIN
images/qrcode.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
|
@ -219,7 +219,6 @@ convertimg() {
|
||||||
sx=0
|
sx=0
|
||||||
sy=0
|
sy=0
|
||||||
shuf_xy() {
|
shuf_xy() {
|
||||||
|
|
||||||
case $SHUFMODE in
|
case $SHUFMODE in
|
||||||
chaos) test -z $H && H=640
|
chaos) test -z $H && H=640
|
||||||
test -z $W && W=480
|
test -z $W && W=480
|
||||||
|
@ -379,7 +378,16 @@ case $1 in
|
||||||
echo "please specify coords with e.g. 'W=420 H=420 SHUFMODE=static $0 floot $FNAME" >&2
|
echo "please specify coords with e.g. 'W=420 H=420 SHUFMODE=static $0 floot $FNAME" >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
#~ message "request board size from ${YELLOW}${IPFLOOT}:${FLOOTPORT}${ENDCOLOR}"
|
||||||
|
#~ exec 5<>/dev/tcp/$IPFLOOT/$FLOOTPORT
|
||||||
|
#~ echo "SIZE" >&5
|
||||||
|
#~ #sleep 1
|
||||||
|
#~ BOARDSIZE="$(cat <&5)" &
|
||||||
|
#~ cat <&5 &
|
||||||
|
#~ sleep 1
|
||||||
|
|
||||||
|
#~ exec 5<&-
|
||||||
|
#~ message "$BOARSIZE"
|
||||||
floot
|
floot
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue