mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-24 05:05:39 +00:00
7 lines
149 B
Bash
Executable File
7 lines
149 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
|
|
|
node "${SCRIPT_DIR}/bundle-cli.js"
|