Skip to content

Instantly share code, notes, and snippets.

View flogesell's full-sized avatar
🏠
Working from home

Flo flogesell

🏠
Working from home
  • Student at University of applied Science Augsburg
  • Augsburg
View GitHub Profile
@ayyybe
ayyybe / ccdl.command
Last active May 2, 2024 16:08
Adobe Offline Package Builder v0.1.2 (macOS only) --- No longer being maintained.
#!/bin/bash
CYAN="$(tput bold; tput setaf 6)"
RESET="$(tput sgr0)"
clear
if command -v python3 > /dev/null 2>&1; then
if [ $(python3 -c "print('ye')") = "ye" ]; then
clear