dotfiles/bin/watercooler.sh

9 lines
170 B
Bash
Raw Normal View History

#!/bin/bash
day=$(date +"%u")
if ((day == 5)); then
open https://zoom.us/j/476328355
else
2021-02-11 16:25:39 +00:00
open https://zoom.us/j/91489699692?pwd=YTUwbjVBU1Fobklvc05XZ0pUaEwzQT09
fi