4 lines
61 B
Bash
Executable file
4 lines
61 B
Bash
Executable file
#!/bin/sh
|
|
|
|
gifski -r 24 -o render/"$1".gif render/"$1"*.png
|
|
|