plus equals OR by nfouille(pm)

for x in {0..16383};do(((y=x>>7)&(x&=127)))||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