Remove pdf in screenshot script

master
Mark 2022-08-03 18:05:24 -07:00
parent 17725f8807
commit f6a8f5004b
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 2 additions and 0 deletions

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]\""