gliches++
This commit is contained in:
17
Fonderie/essai.sh
Executable file
17
Fonderie/essai.sh
Executable 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
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user