scripts/sshot/quickshot

10 lines
146 B
Plaintext
Raw Permalink Normal View History

2022-06-05 21:51:41 -07:00
#!/usr/bin/env fish
set f "/tmp/temp-"(date "+%y%m%d-%H%M%S")".png"
spectacle -b -r -n
if test -f "/tmp/temp.png"
mv "/tmp/temp.png" "$f"
end