Skip to content

Instantly share code, notes, and snippets.

@valentineus
Created October 24, 2017 05:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save valentineus/c1827e8430ac5921449d30360a000b93 to your computer and use it in GitHub Desktop.
Save valentineus/c1827e8430ac5921449d30360a000b93 to your computer and use it in GitHub Desktop.
A script for rebuilding the timer recording.
#!/bin/sh
FILE='/root/list.txt'
MEETING=`head -n 1 "$FILE"`
sed -i 1d "$FILE"
bbb-record --rebuild "$MEETING" > /dev/null 2>&1
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment