8 lines
68 B
Bash
Executable File
8 lines
68 B
Bash
Executable File
#!/bin/bash
|
|
trap "kill 0" SIGINT
|
|
|
|
freshclam -d &
|
|
clamd &
|
|
|
|
sleep inf
|