Skip to content

Commit d0e617a

Browse files
committed
custom/example: shellcheck
c
1 parent c09c050 commit d0e617a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

clean_files.txt

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# root directories
1818
#
1919
aliases/
20+
custom/
2021
docs/
2122
hooks/
2223
lib/

custom/example.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
# shellcheck shell=bash
22
#
33
# This is an example file. Don't use this for your custom scripts. Instead, create another file within the
44
# custom directory.

0 commit comments

Comments
 (0)