Skip to content

Instantly share code, notes, and snippets.

@kazken3
Created May 11, 2015 23:21
Show Gist options
  • Select an option

  • Save kazken3/f9acf382d22f5cd90fdf to your computer and use it in GitHub Desktop.

Select an option

Save kazken3/f9acf382d22f5cd90fdf to your computer and use it in GitHub Desktop.
#!/bin/sh
OUTPNG=`date +%s`.png
ffmpeg -ss 70 -i $1 $OUTPNG >/dev/null 2>&1
./pushbullet-bash/pushbullet push "Sony SO-02G" file $OUTPNG >/dev/null 2>&1
rm $OUTPNG
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment