Skip to content

Commit 3cc7b4c

Browse files
committed
Add script to make updating Zoom url quicker
./update_zoom.sh ‘new_url’ should speed things up in future weeks.
1 parent d44cc10 commit 3cc7b4c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

update_zoom.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)