about summary refs log tree commit diff stats
path: root/pkgs/by-name/sc/screenshot_temporary/screenshot_temporary.sh
blob: 8968ca79de62b8f76e70f18e474794f90fb54bc8 (plain) (blame)
1
2
3
4
5
6
7
8
#! /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