Created
October 30, 2020 20:44
-
-
Save positlabs/cd105aab88a4c11a109a8588f3f26d88 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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