6 lines
No EOL
86 B
Bash
Executable file
6 lines
No EOL
86 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Exit if any subcommand fails
|
|
set -e
|
|
|
|
cargo build --package zokrates_cli |