3 lines
62 B
Bash
3 lines
62 B
Bash
|
|
#!/bin/bash
|
||
|
|
kill 15 `ps -ef|grep kkFileView|awk '{print $2}'`
|