You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the use case right now that I would like to execute another grml command (e.g. grml.train.clear), if in my current command (e.g. grml.train) a certain condition is true. So I want to run that conditionally.
Maybe it would be cool, if we could write:
exec: | ... if [ some-condition ]; then grml.train.clear fi
The text was updated successfully, but these errors were encountered:
I have the use case right now that I would like to execute another grml command (e.g.
grml.train.clear
), if in my current command (e.g.grml.train
) a certain condition is true. So I want to run that conditionally.Maybe it would be cool, if we could write:
The text was updated successfully, but these errors were encountered: