mirror of
https://github.com/different-ai/openwork
synced 2026-04-26 01:25:10 +02:00
7 lines
152 B
Bash
Executable File
7 lines
152 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
|
|
|
exec bash "$ROOT_DIR/scripts/dev-web-local.sh" "$@"
|