Skip to content

Commit

Permalink
disable shellcheck for macos plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
umaranis committed Sep 11, 2023
1 parent 4ae5ff3 commit c5b7fd2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/cbcopy-mac
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/osascript
# shellcheck disable=all

# Description: Copy the hovered file to MacOS clipboard.
#
Expand Down
1 change: 1 addition & 0 deletions plugins/cbpaste-mac
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env sh
# shellcheck disable=all

# Description: Paste the clipboard files into the current directory.
# Only works if clipboard contents are files.
Expand Down

0 comments on commit c5b7fd2

Please sign in to comment.