mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-23 00:30:21 +01:00
6 lines
139 B
Bash
Executable file
6 lines
139 B
Bash
Executable file
#!/bin/bash
|
|
set -euxo pipefail
|
|
docker push jketterl/openwebrx
|
|
docker push jketterl/openwebrx-rtlsdr
|
|
docker push jketterl/openwebrx-sdrplay
|