From 9acad8a7488091b06341c7c8d695ec2d10882f58 Mon Sep 17 00:00:00 2001 From: Nate Meyer <672246+notnmeyer@users.noreply.github.com> Date: Fri, 12 Jun 2026 08:31:11 -0700 Subject: [PATCH] wizard script --- wizard.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 wizard.sh diff --git a/wizard.sh b/wizard.sh new file mode 100755 index 0000000..77e3eee --- /dev/null +++ b/wizard.sh @@ -0,0 +1,5 @@ +#!/bin/sh +set -e + +curl -fsSL https://install.loops.so/cli | bash +curl -fsSL https://install.loops.so/skills | bash