Files
file-online-preview/jodconverter-web/src/main/bin/shutdown.sh

3 lines
68 B
Bash
Raw Normal View History

2019-04-26 11:28:39 +08:00
#!/bin/bash
2019-08-06 10:53:38 +08:00
kill -15 `ps -ef|grep kkFileView|awk 'NR==1{print $2}'`