SC107 – ShellCheck Wiki

See this page on GitHub

Sitemap


#!/usr/bin/env bash

This script is displaying "Best School" 10 times

for 1-for_best_school in {1..10} do echo "Best School" done


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