fork download
  1. #!/bin/bash
  2. IP_DYN=false
  3. LABEL_DHCP="DHCP"
  4. ADRESSE_IP=1.2.3.4
  5.  
  6. if [ -n "$ADRESSE_IP" ]
  7. then
  8. VAR_TEMP=`echo $ADRESSE_IP | grep -i '$LABEL_DHCP'`;
  9. fi
Runtime error #stdin #stdout 0.02s 5312KB
stdin
Standard input is empty
stdout
Standard output is empty