6 lines
111 B
Bash
Executable File
6 lines
111 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# blob:summary=Reload btop configuration (used by the Blob theme switching).
|
|
|
|
pkill -SIGUSR2 btop
|