file-online-preview/server/src/main/bin/shutdown.sh

3 lines
68 B
Bash

#!/bin/bash
kill -15 `ps -ef|grep kkFileView|awk 'NR==1{print $2}'`