file path test

This commit is contained in:
“ibrahim0814”
2019-08-07 11:05:50 -07:00
parent 044d93a92c
commit 7c7db8b859

View File

@@ -2,6 +2,14 @@
set -eu
if [ -z "$1" ] || [ -z "$2" ]; then
echo 'Need 2 parameter are not empty'
fi
echo $INPUT_FILE
echo $1
echo $2
if [ $# -eq 0 ]