4 lines
90 B
Bash
Executable File
4 lines
90 B
Bash
Executable File
#! /bin/bash
|
|
|
|
kill $(ps aux | grep transmission-daemon | grep -v grep | awk '{print $2}')
|