Refactor more

This commit is contained in:
Ben V. Brown
2022-02-14 22:17:48 +11:00
parent a526c3bb0d
commit 90b2e2c311
4 changed files with 26 additions and 16 deletions

4
Bootup Logos/run.sh Executable file
View File

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