SC2034----value – ShellCheck Wiki

See this page on GitHub

Sitemap


#!/usr/bin/env bash

display "Best School" 10 timesfor _ in {1..10}

do
echo "Best School" done


ShellCheck is a static analysis tool for shell scripts. This page is part of its documentation.