-
May I introduce you to shellcheck
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
waydroid
Waydroid uses a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu.
#!/bin/bash # Install necessary dependencies sudo pacman -Syyu sudo pacman -S wget git unzip qemu-headless virt-manager lzip lvm2 # Clone Waydroid git repository git clone https://github.com/waydroid/waydroid.git cd waydroid # Install Waydroid ./build.sh install # Set up Waydroid ./build.sh setup # Start Waydroid waydroid start
-
Waydroid-Installer
AutoDroid is an automated script to install waydroid on Arch or Arch Based Linux Distros (by iEscapedVim)
Since you like ShellCheck so much, check out my pull request.