From 170802f7fa5f002317644070248f0be4ea9cad12 Mon Sep 17 00:00:00 2001 From: waddafunk <56924266+waddafunk@users.noreply.github.com> Date: Sun, 7 Aug 2022 13:08:42 +0200 Subject: [PATCH] Deploy script --- deploy.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 deploy.sh 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