Jean-Marc Lasgouttes wrote:
Is it possible to use if test <condition> ; then ... fi instead of test <condition> && { ... }?This is the style used in the rest of the script.
Sure. Done. Angus
Jean-Marc Lasgouttes wrote:
Is it possible to use if test <condition> ; then ... fi instead of test <condition> && { ... }?This is the style used in the rest of the script.
Sure. Done. Angus