summarylogtreecommitdiffstats
path: root/sm64ex-eu.sh
blob: ee7861e3229ccde70b68bc1d1cdde402b97e5160 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

# Launcher for Super Mario 64 EX (EU)

pkgname=sm64ex-eu
sm64path=~/.local/share/${pkgname}

# Create sm64path if it doesn't exist
mkdir -p "${sm64path}"

# Redirect savepath to sm64path and launch
/usr/share/${pkgname}/${pkgname} --savepath "${sm64path}"