Skip to content

Commit

Permalink
auto-pushed
Browse files Browse the repository at this point in the history
  • Loading branch information
lxylxy123456 committed Dec 18, 2023
1 parent 4c460cc commit 87f3604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ else
fi

B=`mktemp /tmp/.dot.sh/XXXXXXXX.png`
dot $A -Tpng -o $B && gnome-open $B 2> /dev/null > /dev/null
dot $A -Tpng -o $B && xdg-open $B 2> /dev/null > /dev/null

0 comments on commit 87f3604

Please sign in to comment.