input at top

This commit is contained in:
“ibrahim0814”
2019-08-07 11:15:48 -07:00
parent 6fdf86f06b
commit 03b2817fb6

View File

@@ -3,6 +3,7 @@
set -eu set -eu
echo $INPUT_FILE
if [ "x$1" == "x" ] || [ "x$2" == "x" ]; if [ "x$1" == "x" ] || [ "x$2" == "x" ];
then then
@@ -13,7 +14,7 @@ if [ -z "$1" ] || [ -z "$2" ]; then
echo 'Need 2 parameter are not empty' echo 'Need 2 parameter are not empty'
fi fi
echo $INPUT_FILE
echo $1 echo $1
echo $2 echo $2