repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
improve of cmpl.
[bush.git]
/
testing
/
3.OriginalTest.dir
/
3.cli
/
jobs
/
jobs7.sub
blob
3e76db37b52cf15488307ab4f62016081ebf19af
1
# make sure fg in a subshell doesn't try to start a parent's job
2
set -m
3
sleep 20 &
4
echo $(jobs)
5
echo $(fg %% ; jobs)
6
kill %1