* More misc changes that only change stdout results rather than functionality

This commit is contained in:
shockrah
2022-01-23 17:55:41 -08:00
parent 6c6282313b
commit 6e504b6750
2 changed files with 4 additions and 9 deletions

8
snip
View File

@@ -1,7 +1,3 @@
#!/bin/sh
if [ -z "$1" ]; then
rm -f $HOME/tmp.png
scrot -sz $HOME/tmp.png
else
scrot -sz "$HOME/$1"
fi
import png:- | xclip -selection clipboard -t image/png