5 lines
210 B
Bash
Executable file
5 lines
210 B
Bash
Executable file
#!/usr/bin/env bash
|
|
# Development run script - thin wrapper for shepherd dev run
|
|
# This script is kept for backwards compatibility with existing workflows (i.e. lazy devs)
|
|
|
|
exec ./scripts/shepherd dev run "$@"
|