Deadfish by nandhp

v=0
i()((v++))
d()((v&&v--))
s()((v*=v))
o()(echo $v)
h()(exit)
while read x;do
$x
((v==256))&&v=0
done

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

download

return to the top page