Post-Record Script (just:in v2.0)

The Post-Record Script can be executed automatically after each Recording. It is located in the folder /Library/Application Support/ToolsOnAir/Just In/Scripts. Make sure that just:in Engine has the permissions to access the postrecord.sh script.

#!/bin/bash
# modify the shell script accordingly to your needs
# $1 is the currently recorded file

mv $1 /Users/Administrator/some/folder

→ Use the sidebar to navigate.