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