Executes commands once the UESH Conditions are satisfied
if <uesh-expression> <command>
if "$progress eq 100" echo Hello!: Prints "Hello!" if $progress equals 100
if "$progress eq 100" echo Hello!
Last updated 1 year ago