You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
187 B

  1. #! /bin/bash
  2. IFS=':' read -ra ADDR <<< "$1"
  3. shift
  4. HOST="${ADDR[0]}"
  5. PORT="${ADDR[1]}"
  6. exec /dist/OBJ-PATH/bin/tstclnt -D -V tls1.3:tls1.3 -o -O -h $HOST -p $PORT -v "$@" < /httpreq.txt