#!/usr/bin/env bash
set -e
set -u
my_input=$(cat)
echo "$my_input" | while read my_line; do
exit 159
done