bootdelay 120 B

123456
  1. #!/bin/bash
  2. Raw_date="`date +%H%M`"
  3. cat <<'EOF'>> /tmp/bootdelay
  4. XXXX
  5. EOF
  6. sed -i -e "s/XXXX/$Raw_date/g" /tmp/bootdelay