commit c790776ba222258351508927cb7c3e7acae493d7 parent 78c67ca206ceaf5784de2c8a81ec426c89625e54 Author: Jake Bauer <jbauer@paritybit.ca> Date: Thu, 3 Feb 2022 02:30:23 -0500 Add script for quickly setting up the system for conference calling Diffstat:
A | .local/bin/conference.sh | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/.local/bin/conference.sh b/.local/bin/conference.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +doas sysctl kern.video.record=1 +doas sysctl kern.audio.record=1 +ENABLE_WASM=1 AUDIORECDEVICE=snd/2 iridium meet.jaderune.net +doas sysctl kern.video.record=0 +doas sysctl kern.audio.record=0