3 lines
No EOL
94 B
Bash
Executable file
3 lines
No EOL
94 B
Bash
Executable file
#!/usr/bin/env bash
|
|
npx @usebruno/cli run "$1" --output /tmp/out.json
|
|
cat /tmp/out.json | less |