8 lines
180 B
Bash
8 lines
180 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
cd ~/ritual
|
|
project=hello-world make deploy-container
|
|
project=hello-world make deploy-contracts
|
|
bash update_contracts.sh
|
|
project=hello-world make call-contract |