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

# Launcher for Super Mario 64 EX (US)

pkgname=sm64ex-us
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}"