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