Skip to content

Instantly share code, notes, and snippets.

View wangxu0's full-sized avatar
🎯
Focusing

Xu Wang wangxu0

🎯
Focusing
View GitHub Profile
@wangxu0
wangxu0 / greening.sh
Last active April 1, 2018 03:21
greening.sh
#!/bin/bash
cd ${your project home}
start="2017-07-23"
period=30;#days
random_hour=("20" "21" "22" "23" "00" "01" "02" "03")
#random number in [left,right)
function rand(){