Explorar el Código

improve usability in ex3 week4

master
RinRi hace 1 año
padre
commit
88f47ffd74
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      week04/ex3.sh

+ 2
- 2
week04/ex3.sh Ver fichero

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


Cargando…
Cancelar
Guardar