8 lines
163 B
Bash
Executable File
8 lines
163 B
Bash
Executable File
#!/bin/zsh
|
|
|
|
# TODO: htop even possible? maybe can change what colors it sees from terminal itself
|
|
# pkill -SIGUSR1 htop
|
|
# pkill -SIGUSR2 htop
|
|
|
|
pkill -SIGUSR2 btop
|