5 lines
77 B
Bash
5 lines
77 B
Bash
#!/bin/sh
|
|
/bin/bash /usr/bin/start.sh &
|
|
/bin/bash /usr/bin/unbound.sh &
|
|
wait
|