Files
IronOS-Meta/Bootup Logos/run.sh
Ben V. Brown 806e6a266d Update run.sh
2022-02-24 22:01:29 +11:00

6 lines
97 B
Bash
Executable File

#! /bin/sh
echo $1
echo $2
set -e
find Images/ -type f -exec python3 img2logo.py {} "$1" "$2" \;