1
0
forked from me/IronOS-Meta
Files
IronOS-Meta/Bootup Logos/run.sh
Ben V. Brown 90b2e2c311 Refactor more
2022-02-14 22:17:48 +11:00

5 lines
89 B
Bash
Executable File

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