2 lines
155 B
Bash
Executable file
2 lines
155 B
Bash
Executable file
#!/bin/bash
|
|
convert /home/pi/cam.jpg -modulate 120,10,100 -fill '#222b6d' -colorize 20 -gamma 0.5 /home/pi/DCIM/$(stat DCIM/* --printf "%i\n" | wc -l).jpg
|