re3-mirror/snap/local/re3-launch

6 lines
83 B
Bash

#!/bin/sh
set +e
(cd $SNAP_USER_COMMON/GTAIII; re3)
(cd $SNAP_COMMON/GTAIII; re3)