This commit is contained in:
skullbite
2025-03-19 01:46:17 -04:00
commit 8fdf778133
4 changed files with 27 additions and 0 deletions

6
install Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
mkdir -p ~/.local/bin
echo "#!/bin/bash\nsh -c \"$(curl -sSL https://git.bork.quest/skullbite/pupcmd/raw/branch/main/pupcmd/$1)\"" >> ~/.local/bin/pupcmd
chmod +x ~/.local/bin/pupcmd
echo "done lol"