1#!/bin/bash
2
3appid=$(protonhax ls)
4
5echo $appid
6
7if [[ -z "$1" ]]
8then
9 protonhax run $appid ~/Applications/Cheat\ Engine/Cheat\ Engine.exe -n
10elif [[ "$1" == 64 ]]
11then
12 protonhax run $appid ~/Applications/Cheat\ Engine/cheatengine-x86_64.exe -n
13else
14 protonhax run $appid ~/Applications/Cheat\ Engine/cheatengine-i386.exe -n