From f13ebc703fba6adc43c78fcb939b5366a813da4d Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sat, 4 Apr 2020 11:48:56 +0200 Subject: [PATCH] add scripts --- bird-reconf.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bird-reconf.sh diff --git a/bird-reconf.sh b/bird-reconf.sh new file mode 100644 index 0000000..d78a54d --- /dev/null +++ b/bird-reconf.sh @@ -0,0 +1,5 @@ +#!/bin/bash +ssh fsn1.dn42.zotan.network sudo birdc configure +ssh nbg1.dn42.zotan.network sudo birdc configure +ssh hel1.dn42.zotan.network sudo birdc configure +ssh fsn2.dn42.zotan.network sudo birdc configure \ No newline at end of file