Skip to content

Instantly share code, notes, and snippets.

View muzi502's full-sized avatar
🐳
touch 🐟 ing

Reimu muzi502

🐳
touch 🐟 ing
View GitHub Profile
#!/bin/bash
# for: download conoha wallpaper
# by: muzi502
# date: 2020-02-11
set -xue
p=$(curl https://conoha.mikumo.com/wallpaper/ \
| grep li | grep data-wallpaper-design= \
| sed -e 's/<li//g' | sed -e 's/">//g' | sed -e 's/^[ \t]*//g' \
| sed -e 's/data-wallpaper-design="//g' \
#!/bin/bash
# for: bulk merge bilibili UWP download file *.flv
# by: blog.502.li
# date: 2019-01-12
# 将该脚放到 UWP 客户端下载缓存主目录下执行,安装 ffmpeg、jq
set -xu
download_dir=$(pwd)
mp4_dir=${download_dir}/mp4
mkdir -p ${mp4_dir}
@muzi502
muzi502 / cloudSettings
Last active March 9, 2022 12:40
VSCode
{"lastUpload":"2022-03-09T12:40:41.433Z","extensionVersion":"v3.4.3"}