Remove pdf in screenshot script
parent
17725f8807
commit
f6a8f5004b
|
@ -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]\""
|
||||
|
|
Loading…
Reference in New Issue