summarylogtreecommitdiffstats
path: root/PA.sh
blob: 1bf2bdc7bd651fc6c9bcd415be3a185e31504c29 (plain)
1
2
3
4
5
6
7
#!/bin/sh

if [ ! -x $HOME/.local/Uber\ Entertainment/PA/PTE/PA ]; then
  echo Please run PA-pte to download the PTE build of the game first.
else
  exec $HOME/.local/Uber\ Entertainment/PA/PTE/PA
fi;