Skip to content

Instantly share code, notes, and snippets.

@positlabs
Created October 30, 2020 20:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save positlabs/cd105aab88a4c11a109a8588f3f26d88 to your computer and use it in GitHub Desktop.
Save positlabs/cd105aab88a4c11a109a8588f3f26d88 to your computer and use it in GitHub Desktop.
#! /bin/bash
# export all arproj found in sub directories. e.g. you want to export several projects in one folder
for i in */*.arproj
do
echo "============================"
/Applications/Spark\ AR\ Studio/Spark\ AR\ Studio.app/Contents/MacOS/sparkTerminalAppleMac export "$i" -d ./
echo "============================"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment