Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Please be very careful when working with Bash Script and always test your Scripts before going into entering the production stage.

Table of Contents
minLevel1
maxLevel7

Stop Recording Events

Following The following Bash Scripts can be used as Stop Recording Events.

Delete file 10 seconds after recording end

Code Block
languagebash
sleep 10

rm -f "$Just_In_Full_Clipname"

Start Recording Events

Following The following Bash Scripts can be used as Start Recording Events.

Erase all existing files at destination except new recording

...