Skip to content
View Razuuu's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Germany
  • 22:10 (UTC +01:00)

Organizations

@exynos7885-dev

Block or report Razuuu

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Razuuu/README.md

Hi there πŸ‘‹

I'm Joshua 22yo, a beginner developer living near Offenburg, Germany.

Pinned Loading

  1. exynos7885-dev/android_device_samsung_exynos7885-common exynos7885-dev/android_device_samsung_exynos7885-common Public

    Common tree for Exynos7885 SoC

    C 1 2

  2. TeamSpeak-Client-Installer TeamSpeak-Client-Installer Public

    TeamSpeak Client Installer written in Bash

    Shell 1

  3. advanced-hud-fabric advanced-hud-fabric Public archive

    Displays FPS, Coordinates and Ping

    Java 1 4

  4. apt all commands -> /usr/bin/aptall apt all commands -> /usr/bin/aptall
    1
    #!/bin/bash
    2
    
                  
    3
    for i in update upgrade dist-upgrade full-upgrade autoremove; do
    4
            repeat(){ for j in {1..25}; do echo -n "#"; done }
    5
            repeat; echo -e "\n\nexecuting command: apt -y ${i}\n"; repeat; echo