4 lines
70 B
Bash
4 lines
70 B
Bash
|
#!/bin/sh
|
||
|
# be sure that processes quit with qtile
|
||
|
killall -9 firefox
|