Skip to content

Shellscript

For the shopping list server you have to run everything from command line otherwise CTRL-C cannot stop multiple tasks. The goal ist to write a shellscript, that runs all tasks and stops them when SIGINT is registered. The solution could be traps, but momentarily that did not work as expected.