#!/usr/bin/env sh

echo ascii

while true; do
  echo r
done;
