about summary refs log tree commit diff stats
path: root/pkgs/by-name/sc/screenshot_temporary/screenshot_temporary.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/by-name/sc/screenshot_temporary/screenshot_temporary.sh')
-rwxr-xr-xpkgs/by-name/sc/screenshot_temporary/screenshot_temporary.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/by-name/sc/screenshot_temporary/screenshot_temporary.sh b/pkgs/by-name/sc/screenshot_temporary/screenshot_temporary.sh
index 8968ca79..60a27057 100755
--- a/pkgs/by-name/sc/screenshot_temporary/screenshot_temporary.sh
+++ b/pkgs/by-name/sc/screenshot_temporary/screenshot_temporary.sh
@@ -1,8 +1,5 @@
 #! /usr/bin/env dash
 
-# shellcheck source=/dev/null
-SHELL_LIBRARY_VERSION="2.1.2" . %SHELL_LIBRARY_PATH
-
 grim -g "$(slurp)" | wl-copy
 
 # vim: ft=sh