URI: 
       bitreich-con-hold-presentation - bitreich-conference - Bitreich Conference System
  HTML git clone git://bitreich.org/bitreich-conference git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/bitreich-conference
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
       bitreich-con-hold-presentation (808B)
       ---
            1 #!/bin/sh
            2 
            3 if [ $# -lt 1 ];
            4 then
            5         year="$(date +%Y)"
            6 else
            7         year="$1"
            8 fi
            9 
           10 # Handled in bitreich-con-start-conference for a common value.
           11 #printf 'CONTERMCOL=%d\nCONTERMLIN=%d' "$(tput cols)" "$(tput lines)" \
           12 #        > "/br/con/termres${year}"
           13 
           14 <<\. cat
           15 You will be connected to the conference holding terminal.
           16 There just type Enter and you will get a bash prompt to hold your
           17 presentation.
           18 
           19 It is advised to first resize your presentation terminal. The
           20 viewers were advised to resize their terminal to 100x35. That
           21 the space you have. So do not go beyond that.
           22 
           23 Type in ^\ (control+'\') to detach from it.
           24 
           25 To reconnect to it, simply run this script again.
           26 Press any key to continue.
           27 .
           28 
           29 read keypressed
           30 
           31 #env ABDUCO_SOCKET_DIR=/br/con/abduco abduco -A bitreichcon2017
           32 abduco -A "/br/con/sock/bitreichcon${year}"
           33