summaryrefslogtreecommitdiff
path: root/net-wireless/gr-air-modes/files/modes.py
blob: 511acbef438ecb90c39d2d7b23a83ced159afb01 (plain)
1
2
3
4
5
6
#!/bin/sh
echo "Please call modes_rx or modes_gui instead of $0 directly"
if [ "$0" == "rtl_modes.py" ]
then
	echo "for rtl devices remember to use the -d flag"
fi