mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-24 13:15:40 +00:00
feat: add cli offline bundle script (#8192)
This commit is contained in:
6
scripts/bundle-cli.sh
Executable file
6
scripts/bundle-cli.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
|
||||
|
||||
node "${SCRIPT_DIR}/bundle-cli.js"
|
||||
Reference in New Issue
Block a user