Skip to content

Instantly share code, notes, and snippets.

@daniestevez
Created December 8, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daniestevez/bf85ca5dd8b6481b289b to your computer and use it in GitHub Desktop.
Save daniestevez/bf85ca5dd8b6481b289b to your computer and use it in GitHub Desktop.
Update Gpredict .trsp files
#!/bin/sh
git clone https://github.com/csete/gpredict.git /tmp/gpredict
cp -a /tmp/gpredict/data/trsp/*.trsp ~/.config/Gpredict/trsp/
rm -rf /tmp/gpredict
@BogusException
Copy link

The old ones are still in a repo here:
https://github.com/barisdinc/gpredict/tree/master/data/trsp
...but I doubt the newest version even looks for them. Would be nice to find a way to communicate the bird's frequency when directing gqrx from gpredict...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment