forked from me/IronOS-Meta
5 lines
90 B
Bash
Executable File
5 lines
90 B
Bash
Executable File
#! /bin/sh
|
|
echo $1
|
|
echo $2
|
|
find Images/ -type f -exec python3 img2logo.py {} "$1" "$2" \;
|