1
0
Fork 0
mirror of synced 2024-06-01 06:41:11 -04:00

Add 'shellcheck shell=bash' as the default

See https://github.com/koalaman/shellcheck/wiki/Directive#shell

Signed-off-by: Ross Smith II <ross@smithii.com>
This commit is contained in:
Ross Smith II 2021-01-10 18:49:28 -08:00
parent a5b1067e02
commit fecbb315df
No known key found for this signature in database
GPG key ID: A05F962FB6A849D2

1
yadm
View file

@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
# shellcheck shell=bash
# yadm - Yet Another Dotfiles Manager # yadm - Yet Another Dotfiles Manager
# Copyright (C) 2015-2021 Tim Byrne # Copyright (C) 2015-2021 Tim Byrne