bitreich-con-stop-conference - 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-stop-conference (261B) --- 1 #!/bin/sh 2 3 if [ $# -lt 1 ]; 4 then 5 year="$(date +%Y)" 6 else 7 year="$1" 8 fi 9 10 rm -f /br/con/sock/bitreichcon${year} 11 rm -f /br/con/termres${year} 12 pkill -u presenter -f "bitreichcon${year}" 13 14 printf "All abduco sessions have been closed.\n" 15 printf "All was fun! :)\n" 16