← All tips

Bash: create a directory if missing

bashbasics

Use mkdir -p to avoid errors.

mkdir -p src/content/tips