Parcourir la source

test mytop

master
10195501441 il y a 3 ans
Parent
révision
157f83c252
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. +2
    -1
      yeeshell.c

+ 2
- 1
yeeshell.c Voir le fichier

@ -409,8 +409,9 @@ int builtin_mytop()
if (prev_proc == NULL)
get_procs();
print_procs(prev_proc, proc, cputimemode);
exit(1);
exit(0);
}
return 1;
}
void mytop_memory()

Chargement…
Annuler
Enregistrer