> Greetings
>
> I tried an execute_process that spits out a file. Llets call this
> ${someDirectory}/someFile.
>
> I then tried to do a test like so
> if( ${someDirectory}/someFile 1 )
> --- do something
> endif( ${someDirectory}/someFile 1 )
>
> but it does not seem to work
>
> in shell sc
Greetings
I tried an execute_process that spits out a file. Llets call this
${someDirectory}/someFile.
I then tried to do a test like so
if( ${someDirectory}/someFile 1 )
--- do something
endif( ${someDirectory}/someFile 1 )
but it does not seem to work
in shell scripts{linux} we c