Imported from ../bash-3.1.tar.gz.
This commit is contained in:
parent
eb87367179
commit
95732b497d
267 changed files with 24541 additions and 18843 deletions
|
|
@ -18,5 +18,7 @@ echo $?
|
|||
|
||||
wait
|
||||
|
||||
cat &
|
||||
# the sleep is intended to give the kill time to execute before the job
|
||||
# exits
|
||||
(sleep 1 ; cat ) &
|
||||
kill -1 %% && echo i killed it || echo could not kill it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue