a lot of applications seem to hardcode this location, so it's better to have something default, or default-adjasoned.
3 lines
56 B
Bash
Executable File
3 lines
56 B
Bash
Executable File
#!/usr/bin/sh
|
|
sudo "$XDG_DATA_HOME/cpusetcores" "$@" -v
|