We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9c3e1 commit df5e1beCopy full SHA for df5e1be
signals/background/program.sh
@@ -26,7 +26,7 @@ trap 'kill ${!}; term_handler' SIGTERM
26
node program &
27
pid="$!"
28
29
-# wait indefinetely
+# wait forever
30
while true
31
do
32
tail -f /dev/null & wait ${!}
0 commit comments