run sh with parameter

C++
> ./myscript myargument
myargument becomes $1 inside myscript.
Source

Also in C++: