# Asset-Transmogrifier
 Convert OA pull lists to be compatible on Mac/Unix. After converting the pull list it will download the assets to the local computer.
 
# Usage 
1. Open Terminal.
2. Change into the directory containing the script.
3. Change permissions on file to 755. (E.g: chmod 755 asset_transmogrifier.sh)
4. Run script with OA Pull List as an argument/input to the script. (E.g: $ ./asset_transmogrifier.sh asset_list_example.txt)

# Notes
The script can handle multiple asset locations. For now it will dump everything into a single folder.
I will be adding functionality that creates a sub-folder with the new share name in quesion so that assets can be identified by the server/share they were pulled from.
