#!/bin/sh
if [ -e aaa == 0 ] ; then
  echo "found it"
else
  echo "didnt find it"
fi

