Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View zhangyingda's full-sized avatar

Das2m zhangyingda

  • China, HeBei, ChengDe
View GitHub Profile
@zhangyingda
zhangyingda / display.sh
Created November 12, 2022 06:35
Some bash code
#!/bin/bash
while true
do
echo -e "\033[2J\033[1;1H`tail /var/log/system.log`"
sleep 1
done;
@zhangyingda
zhangyingda / ccdl.py
Last active December 12, 2020 10:53
The Adobe Creative Cloud Apps on AMD MacOS
#!/usr/bin/env python3
# CHANGELOG (0.1.2-hotfix1)
# + updated script to work with new api (newer downloads work now)
# + added workaround for broken installer on big sur
# + made everything even more messy and disgusting
import os
import json
import argparse