Skip to content
View Razuuu's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home
  • Germany
  • 07:01 (UTC +02: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 is supported. This note will only be visible to 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/old_device_samsung_exynos7885-common exynos7885-dev/old_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