My bash script is as follows:
#!/bin/bash sudo taskset 1 ./program &
When running it does nothing.
I am able to run the software normally with ./program.
I am attempting to do the behavior of "The default behavior is to run a new command with a given affinity mask"