1
0
forked from me/IronOS-Meta
Files
IronOS-Meta/Bootup Logos/run.sh
2023-08-01 22:02:03 +10:00

6 lines
102 B
Bash
Executable File

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