summaryrefslogtreecommitdiff
path: root/support/autolatex/autolatex-gtk.sh
blob: cc6469cb473a01816617426750984ab74f98b458 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash

if which python3 2>/dev/null >/dev/null
then
  exec autolatex-config "$@"
else
  exec autolatex-gtk2 "$@"
fi