shellspec/shellspec

View on GitHub
helper/support/hello_shellspec_task.sh

Summary

Maintainability
Test Coverage
#shellcheck shell=sh

set -eu

task "hello:shellspec" "Example task"

hello_shellspec_task() {
  echo "Hello ShellSpec"
}