I tried to run an program, which use container and execvp() function.
When I'm trying to run in the CLion, the program works fine, but when I'm running in my shell, it doesn't work, even when I use CLION's compile file. it says: "no such file or directory".
Any idea? the arguments that I use looks OK in the two options.