mirror of
https://github.com/F5OEO/rpitx.git
synced 2026-03-13 03:47:01 +01:00
- Added shebang to all the scripts - Adjusted all the scripts to make them compatible with a POSIX shell
9 lines
131 B
Bash
Executable File
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"
|
|
|
|
|