add sh files

This commit is contained in:
vvzvlad
2024-09-21 23:51:36 +03:00
parent 8183934d09
commit 9be7df6bcf
3 changed files with 18 additions and 8 deletions

8
rebuild.sh Normal file
View File

@ -0,0 +1,8 @@
#!/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