#!/bin/sh

if [ -e is_pkgme_test ]; then
  echo 100
else
  echo '{"score": 0, "reason": "\"is_pkgme_test\" does not exist"}'
fi
