diff --git a/deploy.sh b/deploy.sh new file mode 100644 index 0000000..a3da067 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,4 @@ +#!/bin/bash +# Run with arguments: + +goal app create --creator $ONE --approval-prog /data/build/approval.teal --clear-prog /data/build/clear.teal --global-byteslices $1 --global-ints $2 --local-byteslices $3 --local-ints $4 \ No newline at end of file