生成new, old的 shell script
摘要:#!/bin/bash #usage: ./create_dts_diff_v2.x.sh path1 path2 __new_dir=$1 __old_dir=$2 #=========================================================== #WARNING: #do *NOT* modify below #===================...
阅读全文
posted @ 2015-08-13 23:02