This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
lizhenghang
/
dev
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
4f971b3fae
Ramuri
Etichete
master
dev
/
bin
/
killLibreoffice.sh
killLibreoffice.sh
87 B
Istoric
Crud
1
2
3
4
5
#! /bin/bash
for i in `ps -ef|grep soffice.bin|awk '{print $2}'`
do
kill -9 $i
done