ncdns-repro/tools/patch-tor-to-namecoin.sh
2021-02-20 23:45:27 +00:00

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