summaryrefslogblamecommitdiffstats
path: root/roles/obs/templates/bbb
blob: b7c508f3c108f15e7570942f5bb974b693bfb9b3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
           
                                                        


                                      
                          



                    
                                                                                                         
       

                  
    
#!/bin/bash
# Open the Big Blue Button room using the backstage link
# {{ ansible_managed }}

# Kill the background music if playing
/usr/local/bin/reset-state

# Update the overlay
SLUG=$1
overlay $SLUG
firefox https://media.emacsconf.org/{{ emacsconf_year }}/backstage/assets/redirects/open/bbb-$SLUG.html &
sleep 5
xdotool key Return
xdotool key F11
wait