rpitx/snapsstv.sh
mamborambo 2a2cb7272e Fix shellcheck issues
- Added shebang to all the scripts
- Adjusted all the scripts to make them compatible with a POSIX shell
2018-12-01 00:00:00 +00:00

9 lines
131 B
Bash
Executable file

#!/bin/sh
raspistill -w 320 -h 256 -o picture.jpg -t 1
convert -depth 8 picture.jpg picture.rgb
sudo ./pisstv picture.rgb "$1"