forked from Qortal/Brooklyn
b73fb8b536
* Try that punk NASA -_-
6 lines
167 B
Bash
6 lines
167 B
Bash
#!/bin/bash -x
|
|
# Automate building of csdr library, which is used by rtl_fsk application
|
|
PIRIP_DIR=$(pwd)
|
|
git clone https://github.com/ha7ilm/csdr.git
|
|
cd csdr && make
|