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