rtl_433/examples/sigrok-open.sh
Greg Troxel ad8d8aede0 examples: Use /bin/sh instead of bash
This changes the shell for 3 single-line invocations to the
POSIX-specified /bin/sh, because /bin/bash does not exist on a number
of systems.
2022-07-24 20:35:05 -04:00

3 lines
87 B
Bash
Executable file

#!/bin/sh
echo 'Please use "rtl_433 [-s <samplerate>] -W <output>.sr -r <input>.cu8"'