rolf schmidt
Results
2
issues of
rolf schmidt
Hi, I would ask, if it is possible to get access to the comandline arguments i.e. argv and argc. It can be a checkbox in the Export options. The executer...
nice to have
Hi, When export the nsd  I get the follwing code: ``` # !/bin/bash COUNTER=0 while [[ ( ${COUNTER} < 10) ]] do echo ${COUNTER} (( ${COUNTER}++ )) done...
enhancement