From c1ebbc4b02c2e4fcb81661f2c0e87cd4f3f71147 Mon Sep 17 00:00:00 2001 From: JSON Derulo <136133082+xXJSONDeruloXx@users.noreply.github.com> Date: Tue, 21 Jan 2025 18:52:51 -0500 Subject: Initial commit --- .vscode/build.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 .vscode/build.sh (limited to '.vscode/build.sh') diff --git a/.vscode/build.sh b/.vscode/build.sh new file mode 100755 index 0000000..2310ff0 --- /dev/null +++ b/.vscode/build.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash +CLI_LOCATION="$(pwd)/cli" +echo "Building plugin in $(pwd)" +printf "Please input sudo password to proceed.\n" + +# read -s sudopass + +# printf "\n" + +echo $sudopass | sudo -E $CLI_LOCATION/decky plugin build $(pwd) -- cgit v1.2.3