4 lines
61 B
Bash
4 lines
61 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
heaptrack --pid $(pgrep "^aquatic_[a-z]{1,4}$")
|