Skip to content

Instantly share code, notes, and snippets.

@bpkennedy
bpkennedy / installWonderdraftResources.sh
Last active April 13, 2020 04:46
Wonderdraft git config example
#!/bin/bash
# Example of simply copying from a local directory called /Wonderdraft which contains /assets, /maps, and /themes
# and recursively copies them up to the specified local paths in your wonderdraft.config file.
# Purpose is to allow all custom assets, maps, and themes to be source controlled and available across multiple OS types.
# This script expects to live and be executed from the project root.
# wonderdraft.config file should also live at the project root.
# You may need to grant permission to execute this script by your OS (`chmod 755 ./installWonderdraftResources.sh` in Linux/Mac, etc..)