json-schema-validator/test.sh
Patrick Boettcher bf4cef21c3 initial commit
2016-12-23 00:04:42 +01:00

14 lines
93 B
Bash
Executable File

#!/bin/sh
if [ ! -x "$1" ]
then
exit 1
fi
if [ ! -e "$2" ]
then
exit 1
fi
$1 < $2