#!/bin/bash -v

set -e 

test -f ${1}

exit 0
