We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44cc10 commit 3cc7b4cCopy full SHA for 3cc7b4c
update_zoom.sh
@@ -0,0 +1,5 @@
1
+#!/bin/sh
2
+# update _rooms/cfb.md with new url from first argument
3
+sed -i.tmp -e "s/redirect_to.*/redirect_to: $1/g" _rooms/cfb.md
4
+# update ./_config.yml
5
+sed -i.tmp -e "s/zoom_url:.*/zoom_url: $1/g" _config.yml
0 commit comments