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