forked from sig_core/toolkit
4 lines
121 B
Bash
Executable file
4 lines
121 B
Bash
Executable file
#!/bin/bash
|
|
r_log "bc" "Testing simple calculations"
|
|
test $(echo "8 + 5 * 2 / 10 - 1" | bc) -eq "8"
|
|
r_checkExitStatus $?
|