mirror of
https://github.com/namecoin/ncdns-repro
synced 2024-11-13 19:12:01 +00:00
7 lines
139 B
Bash
Executable File
7 lines
139 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euxo pipefail
|
|
shopt -s nullglob globstar
|
|
|
|
cat tor-browser-build/rbm.conf | sed "s/torbrowser/ncdns/g" > rbm.conf
|