Skip to content

Instantly share code, notes, and snippets.

View gzachariadis's full-sized avatar
👋
Software Developer from Greece

Georgios Zachariadis gzachariadis

👋
Software Developer from Greece
View GitHub Profile
This file has been truncated, but you can view the full file.
# Erhöhter Schutz vor Spyware, Advertising, Analytics, Tracking in Spielen
# Stärkung der eigenen Privatsphäre auf Internetseiten und Programmen
#
# Version: hosts Datei - Komplett mit allen Einträgen
# Änderungsdatum: 10.03.2024
#
# Diese Datei stammt von https://www.gameindustry.eu
# E-Mail: https://gameindustry.eu/contact/
# Hilfe: https://gameindustry.eu/faq/
# Steam: https://www.steamcommunity.com/groups/Penguindome
@gzachariadis
gzachariadis / transfer_pdf.sh
Created October 18, 2023 07:52
Find & Fetch all PDF files and transfer them on your Computer
./adb shell find /storage/emulated/0/ -type f -name '*.pdf'| foreach {./adb pull $_ 'C:\Users\Reverse\Desktop\PDF'}