1
0
forked from me/IronOS-Meta
Files
IronOS-Meta/Bootup Logos/run.sh
2022-02-14 22:23:02 +11:00

5 lines
90 B
Bash
Executable File

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