This repository contains:
hello: take this script with you and modify it at leisure.hello-teacher: is a commented version of hello
for learning rather than for production code.Short advice for successful shell scripting:
"$thing", not $thing unless you want to split the string.Common conventions that minimize annoyances:
hello, not hello.sh. The implementation
language is irrelevant to the caller of the command."$USER". Ordinary shell
variables should use lowercase e.g. "$name".17 commits
Shell
100.0%
This repository contains:
hello: take this script with you and modify it at leisure.hello-teacher: is a commented version of hello
for learning rather than for production code.Short advice for successful shell scripting:
"$thing", not $thing unless you want to split the string.Common conventions that minimize annoyances:
hello, not hello.sh. The implementation
language is irrelevant to the caller of the command."$USER". Ordinary shell
variables should use lowercase e.g. "$name".17 commits
Shell
100.0%