5 lines
92 B
Text
5 lines
92 B
Text
# RUN: echo start
|
|
# RUN: sleep 300 & PID=$!
|
|
# RUN: sleep 2
|
|
# RUN: kill $PID
|
|
# RUN: echo end
|