Skip to content

Instantly share code, notes, and snippets.

@positlabs
Created July 16, 2021 19:15
Show Gist options
  • Save positlabs/968775215cfb601ea8be14d3816d1af9 to your computer and use it in GitHub Desktop.
Save positlabs/968775215cfb601ea8be14d3816d1af9 to your computer and use it in GitHub Desktop.

Revisions

  1. positlabs created this gist Jul 16, 2021.
    4 changes: 4 additions & 0 deletions spark-export.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    #!/bin/bash
    for project in **/*.arproj;
    do /Applications/Spark\ AR\ Studio.app/Contents/MacOS/sparkTerminalAppleMac export $project;
    done;