The script needs to launch a specific binary and track its status saving it into a `job.log` file every second. It must append the new update without modifying the previous content.
If the script is used with a wrong number of argument it should exit with a status code `1` and print the following error message: `"Error: wrong number of arguments!"`.