1
0
forked from me/IronOS-Meta

Update run.sh

This commit is contained in:
Ben V. Brown
2022-02-24 22:01:29 +11:00
parent 388e97cee4
commit 806e6a266d

View File

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