Refactoring Code

This commit is contained in:
Christer Warén
2025-12-04 04:53:44 +02:00
parent 3582fc211a
commit a710bfa4b2
18 changed files with 747 additions and 512 deletions

View File

@@ -26,9 +26,8 @@ case $1 in
;;
update)
echo "Updating..."
cp ../wx/src/functions/header.sh src/functions/header.sh
cp ../wx/src/functions/repeat.sh src/functions/repeat.sh
cp ../wx/src/commands/auth/login.sh src/functions/login.sh
cp -r ../wx/src/ui src
cp -r ../wx/src/commands/auth/login.sh src/functions/login.sh
;;
ready)
echo "Ready"