custom/example: `shellcheck`

c
pull/1917/head
John D Pell 2021-09-24 00:09:50 -07:00
parent c09c050325
commit d0e617a299
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@
# root directories # root directories
# #
aliases/ aliases/
custom/
docs/ docs/
hooks/ hooks/
lib/ lib/

View File

@ -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 # This is an example file. Don't use this for your custom scripts. Instead, create another file within the
# custom directory. # custom directory.