#!/bin/bash
# Use PICO-8 to launch .png files.
# You can buy PICO-8 from the Lexaloffle team at
# https://www.lexaloffle.com/pico-8.php
/data/handlers/pico8_64 -windowed 1 -run "$1"
