lua-breakout/run.sh

7 lines
228 B
Bash
Executable File

#!/usr/bin/env bash
# `love` here is the Love2D executable (installed with homebrew, so it's in path)
# https://www.love2d.org/wiki/Getting_Started
open -n -a love "/Users/vojtechstruhar/Development/LuaProjects/love-gdungeon"