7 lines
227 B
Bash
Executable File
7 lines
227 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# `love` here is the Love2D executable (installed with homebrew, so it's linked)
|
|
# https://www.love2d.org/wiki/Getting_Started
|
|
|
|
open -n -a love "/Users/vojtechstruhar/Development/LuaProjects/love-gdungeon"
|