shellspec/shellspec

View on GitHub
examples/lib.sh

Summary

Maintainability
Test Coverage
#shellcheck shell=sh

calc() {
  echo "$(($*))"
}