diff --git a/spectacle_record.sh b/spectacle_record.sh new file mode 100755 index 0000000..a8b4b78 --- /dev/null +++ b/spectacle_record.sh @@ -0,0 +1,7 @@ +#!/bin/sh +script_dir="$(dirname "$(realpath "$0")")" #DONOTMODIFY +UPLOAD_SCRIPT_PATH="${script_dir}/plasma_upload.sh" #Only modify if you changed the upload script name or path +TEMP_VIDEO_PATH="/tmp/ion.webm" + +spectacle -bn -R r -o $TEMP_VIDEO_PATH +"${UPLOAD_SCRIPT_PATH}" $TEMP_VIDEO_PATH