From d0e617a2997b5eaa9028a387ae08c4820bc26e1d Mon Sep 17 00:00:00 2001 From: John D Pell Date: Fri, 24 Sep 2021 00:09:50 -0700 Subject: [PATCH] custom/example: `shellcheck` c --- clean_files.txt | 1 + custom/example.bash | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/clean_files.txt b/clean_files.txt index ba2e7704..60717004 100644 --- a/clean_files.txt +++ b/clean_files.txt @@ -17,6 +17,7 @@ # root directories # aliases/ +custom/ docs/ hooks/ lib/ diff --git a/custom/example.bash b/custom/example.bash index 3e66ba80..05653f1f 100644 --- a/custom/example.bash +++ b/custom/example.bash @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +# shellcheck shell=bash # # This is an example file. Don't use this for your custom scripts. Instead, create another file within the # custom directory.