about summary refs log tree commit diff stats
path: root/hm/soispha/pkgs/scripts/small_functions/screenshot_temporary
blob: eac7cb9eb9cb96b261d2b7c44a2d1a27e05d6e15 (plain) (blame)
1
2
3
4
5
6
7
8
#! /usr/bin/env dash

# shellcheck source=/dev/null
SHELL_LIBRARY_VERSION="1.10.0" . %SHELL_LIBRARY_PATH

grim -g "$(slurp)" | wl-copy

# vim: ft=sh