Skip to content

Commit c72a1ba

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

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
@@ -18,6 +18,7 @@
1818
#
1919
aliases/
2020
docs/
21+
custom/
2122
hooks/
2223
lib/
2324
scripts/

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)