update shitiverse
1 files changed, 4 insertions(+), 1 deletions(-) M bin/shitiverse
M bin/shitiverse +4 -1
@@ 77,4 77,7 @@ fi APP_TOKEN="$(jq -r .access_token "$APP_TOKEN_FILE")" -curl -sH "Authorization: Bearer $APP_TOKEN" "$SHITIVERSE_POD_URL/$1" +target="$1" +shift + +curl -sH "Authorization: Bearer $APP_TOKEN" "$SHITIVERSE_POD_URL/$target" "$@"