Sign up to request clarification or add additional context in comments.
Comments
3
You can use the variables of shell by this way: "'$your-shell-variable'" or '$your-shell-variable'. The former considers the variable as string, while the later considers it as number. The following is the code you want: