Heavy Rotation by eban

dd>q
for i in {1..48}
{
sed -r 's/(.)(.*)/\2\1/' q|sed '1h;1d;$G'|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