plus equals OR by nfouille

for x in {0..16383};do((y=x>>7,x&=127,x&y))||echo "$y $x:"$((x|y));done

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page