#!/bin/bash

if [ -t 0 ]; then
    echo "No std input"
    exit 1
fi
atoe
exit $?
