Skip to content

Instantly share code, notes, and snippets.

@Technicus
Last active August 29, 2015 14:25
Show Gist options
  • Save Technicus/6215412d05167c372cd8 to your computer and use it in GitHub Desktop.
Save Technicus/6215412d05167c372cd8 to your computer and use it in GitHub Desktop.
#/bin/bash
if [$1 == ""];then
echo Need a file name!
else
fswebcam --no-banner --rotate -90 -v -r 768x1024 --jpeg 95 -D 1 $1.jpg
feh -F $1.jpg
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment