Merge pull request #17 from unixorn/add-shebang-to-plugin-file

Add shebang to plugin file to make linting easier
This commit is contained in:
Bhupesh Varshney 2021-05-19 21:52:00 +05:30 committed by GitHub
commit b2d696c5d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,4 @@
#!/usr/bin/env zsh
# Copyright 2021 Joseph Block <jpb@unixorn.net>
#
# Licensed under the MIT license.