2017年11月2日
摘要: 1 #!/bin/bash 2 #__author__:lushenle 3 #description:Generaye 10 random numbers and sort 4 #Version:0.0.1 5 # 6 declare -a nums 7 declare -i t 8 for i in {0..9};do 9 nums[$i]=$RANDOM 10 ... 阅读全文
posted @ 2017-11-02 16:47 卢伸乐 阅读(1681) 评论(0) 推荐(0) 编辑
摘要: sudo /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 阅读全文
posted @ 2017-11-02 14:24 卢伸乐 阅读(193) 评论(0) 推荐(0) 编辑