[MINOR] Add arguments to worker in bin/systemds
diff --git a/bin/systemds b/bin/systemds
index b4bbedd..9cfba51 100755
--- a/bin/systemds
+++ b/bin/systemds
@@ -156,6 +156,7 @@
     echo "error: Port is not a number"
     printUsageExit
   fi
+  shift
 else
   # handle optional '-f' before DML file (for consistency)
   if  echo "$1" | grep -q "\-f"; then
@@ -291,7 +292,8 @@
   -cp $CLASSPATH \
   $LOG4JPROP \
   org.apache.sysds.api.DMLScript \
-  -w $PORT"
+  -w $PORT \
+  $*"
 
 elif [ $SYSDS_DISTRIBUTED == 0 ]; then
   print_out "#"