This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
PyInventory
kopia lustrzana
https://github.com/jedie/PyInventory
Obserwuj
1
Polub
0
Forkuj
You've already forked PyInventory
0
Kod
Zgłoszenia
Packages
Projekty
Wydania
Wiki
Aktywność
b3220522f1
PyInventory
/
docker
/
kill_python.sh
6 wiersze
68 B
Bash
Executable File
Czysty
Wina
Historia
#!/bin/sh
set
-ex
for
pid in
$(
pidof python3
)
;
do
kill
$pid
;
done
Reference in New Issue
View Git Blame
Kopiuj bezpośredni odnośnik