_dump/kk.sh

3 lines
58 B
Bash
Executable File

#!/bin/sh
kill -9 `ps aux | grep "$1" | awk '{print $2}'`