gliches++

This commit is contained in:
2020-12-02 19:24:54 +01:00
parent a587a66af8
commit a450ac4291
3 changed files with 49 additions and 16 deletions

17
Fonderie/essai.sh Executable file
View File

@@ -0,0 +1,17 @@
#!/bin/bash
OUTF='/tmp/out_a*.png'
rm $OUTF
make t && ./t
A_PART=$(ls -1 $OUTF)
Z_PART=$(ls -r1 $OUTF)
convert -delay 10 ${A_PART} ${Z_PART} foo.gif