Heavy Rotation by eban

dd>q
for i in {A..p}
{
sed -r 's/(.)(.*)/\2\1/;1h;1d;$G' q|tee q
echo
}

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

download

return to the top page