I have a program that I want to start with taskset -c 1, 2, 3 ./myprogram --some_flags for example. Can I set that as default in CLion so I don\'t have to start the
taskset -c 1, 2, 3 ./myprogram --some_flags