Skip to content

Instantly share code, notes, and snippets.

View KuanYuChang's full-sized avatar

Kuan-Yu Chang KuanYuChang

  • ASMedia Technology Inc.
  • Taipei, Taiwan
  • 04:14 (UTC +08:00)
View GitHub Profile
@ayyybe
ayyybe / ccdl.command
Last active August 17, 2025 17:55
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