bootstrap.sh 68 B

1234567
  1. #!/bin/bash
  2. trap "kill 0" SIGINT
  3. freshclam -d &
  4. clamd &
  5. sleep inf