Browse Source

improve usability in ex3 week4

master
RinRi 1 year ago
parent
commit
88f47ffd74
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      week04/ex3.sh

+ 2
- 2
week04/ex3.sh View File

@@ -7,7 +7,7 @@ sleep 1
i=0
while [ $i -lt 3 ]
do
pstree
pstree $$
sleep 5
i=$(( i + 1 ))
done
@@ -18,7 +18,7 @@ sleep 1
i=0
while [ $i -lt 5 ]
do
pstree
pstree $$
sleep 5
i=$(( i + 1 ))
done


Loading…
Cancel
Save