Remove pdf in screenshot script

This commit is contained in:
Mark 2022-08-03 18:05:24 -07:00
parent 17725f8807
commit f6a8f5004b
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4

View File

@ -50,7 +50,9 @@ function capture
flameshot gui --accept-on-select --path $tmp_file
convert $tmp_file $tmp_file.pdf
lpr -T "Autoprint Screenshot" $tmp_file.pdf
rm $tmp_file
rm $tmp_file.pdf
case "*"
echo "Unknown action \"$argv[1]\""