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