An open API service indexing awesome lists of open source software.

https://github.com/zweifisch/radio


https://github.com/zweifisch/radio

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# radio

send text file between nodes

1. receiver

```sh
$ radio > received.txt
Oyii
```

2. sender

```sh
radio Oyii < myfile.txt
```