1
0
forked from me/IronOS-Meta

Make erase image as well

This commit is contained in:
Ben V. Brown
2022-02-14 22:23:02 +11:00
parent 90b2e2c311
commit 6644d9550c
3 changed files with 17 additions and 14 deletions

View File

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