Move to CLI

This commit is contained in:
TrainDoctor 2023-05-29 16:42:45 -07:00
commit e0778407f4
No known key found for this signature in database
GPG key ID: FFABB0E08B5CEDD9
5 changed files with 159 additions and 72 deletions

10
.vscode/build.sh vendored Executable file
View file

@ -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 $CLI_LOCATION/decky plugin build $(pwd)