if command

Summary

Executes commands once the UESH Conditions are satisfied

Command usage

  • if <uesh-expression> <command>

Examples

  • if "$progress eq 100" echo Hello!: Prints "Hello!" if $progress equals 100

Last updated