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

# Launcher for Super Mario 64 EX (JP)

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