ソースを参照

improve usability in ex3 week4

master
RinRi 1年前
コミット
88f47ffd74
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      week04/ex3.sh

+ 2
- 2
week04/ex3.sh ファイルの表示

@@ -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


読み込み中…
キャンセル
保存