SHELL=/bin/bash X=$(shell echo $(STDIN)|tr -d ' '|fold -w 6|while read l; do [ $${l:1:1} = $${l:2:1} ]&&a=1||a=3;echo $${l:$$a:1};done) $(info $X)