File: test.sh

package info (click to toggle)
hydrasdr-host 1.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,436 kB
  • sloc: ansic: 17,644; sh: 26; xml: 23; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!/bin/bash
if [ -f /etc/os-release ]; then
  grep PRETTY_NAME /etc/os-release
fi
hydrasdr_info
timeout 15 SoapySDRUtil --args=driver=hydrasdr --rate=10e6 --direction=RX
exit 0