3 lines
No EOL
156 B
Bash
Executable file
3 lines
No EOL
156 B
Bash
Executable file
#!/bin/sh
|
|
|
|
for name in assets alerts db ender http integrations sink storage;do nohup bin/$name | awk -v log_from="[$name]: " '{print log_from, $0}' ; done |