3 lines
80 B
Bash
Executable File
3 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
ALT="$3" SEED=$((100000+$2+($4-1))) GIMPIMAGE="$1" python styleD.py
|