Skip to content

Instantly share code, notes, and snippets.

View eightpigs's full-sized avatar
🙃
I may be slow to respond.

eightpigs eightpigs

🙃
I may be slow to respond.
View GitHub Profile
@eightpigs
eightpigs / blink-theme-base16-default-dark
Last active January 7, 2021 08:29
blink-theme-base16-default-dark
#!/bin/bash
clear
cat << EOF
################### 腾讯视频(MacOS)缓存文件合成脚本 ###################
Author: eightpigs <isme@lyinlong.me>
Date: 2018-04-14
@eightpigs
eightpigs / checkUrlTimeout.sh
Last active February 9, 2018 08:30
Detects the response time of the specified Url [检测指定Url的响应时间]
#! /bin/bash
# Detects the response time of the specified Url, Support set the threshold of response time
# author: isme@lyinlong.me
# The request url
url=""
# The critical time for the request to respond to an exception
claim=10