Guest User

Untitled

a guest
Jul 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. FILENAME="/home/kabaka/images/timelapse/timelapse_`date +%m%d%Y_%H%M%S%N`.jpeg"
  4.  
  5. streamer -q -o now.ppm 2> /dev/null && convert now.ppm $FILENAME && rm now.ppm
Add Comment
Please, Sign In to add comment