This commit is contained in:
Tyrel Souza 2021-02-11 11:32:39 -05:00
parent 5ed18872ef
commit 9f8dc7477e
No known key found for this signature in database
GPG Key ID: 5A9394D4C30AEAC0
3 changed files with 2 additions and 10 deletions

2
.gitignore vendored
View File

@ -4,3 +4,5 @@ vim/view
chromedriver
config/fish/fishd.*
emacs.d/elpa
midweek*
watercooler*

View File

@ -1,2 +0,0 @@
#!/bin/bash
open https://zoom.us/j/605629105

View File

@ -1,8 +0,0 @@
#!/bin/bash
day=$(date +"%u")
if ((day == 5)); then
open https://zoom.us/j/476328355
else
open https://zoom.us/j/91489699692?pwd=YTUwbjVBU1Fobklvc05XZ0pUaEwzQT09
fi