4 lines
101 B
Bash
4 lines
101 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
"$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/start-local.sh"
|