about summary refs log tree commit diff stats
path: root/pkgs/by-name/sc/screenshot_temporary/screenshot_temporary.sh
blob: 60a2705751c2a902721e1fdc17832713e12fe4fc (plain) (blame)
1
2
3
4
5
#! /usr/bin/env dash

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

# vim: ft=sh