diff --git a/spkg b/spkg index 3c8b424..3a8accb 100644 --- a/spkg +++ b/spkg @@ -1,6 +1,8 @@ #!/usr/bin/env sh #sPKG via wget #fuck spaghetti code +#maky + source=git.hippoz.xyz/spkg/repo case $1 in remove) dirstack=$(pwd) && cd /usr/src/$2 && make uninstall && rm ./$2 && popd ;;