Our great sponsors
-
May I introduce you to shellcheck
-
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
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
AutoDroid
AutoDroid is an automated script to install waydroid on Arch or Arch Based Linux Distros (by YasirRWebDesigner)
Since you like ShellCheck so much, check out my pull request.