Add Bmad-Method files and some brand-design artifacts!
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
WORKFLOW_DIR="$(cd "$SCRIPT_DIR/.." && pwd)"
|
||||
|
||||
export PYTHONPATH="$WORKFLOW_DIR/src${PYTHONPATH:+:$PYTHONPATH}"
|
||||
|
||||
exec python3 -m story_automator "$@"
|
||||
Reference in New Issue
Block a user