4 lines
74 B
Bash
4 lines
74 B
Bash
#!/bin/sh
|
|
|
|
radeontop -d - -i 1 | grep --line-buffered -oP "gpu \K\d{1,3}"
|
#!/bin/sh
|
|
|
|
radeontop -d - -i 1 | grep --line-buffered -oP "gpu \K\d{1,3}"
|