Skip to content

update scripts

Calvin Yu请求将github/fork/KeithTt/master合并到master

Created by: KeithTt

  1. it do not need to use "\" to break lines when declare a array.
  2. grep -E support extended-regexp
  3. xargs will ignore line breaks automatically when it receive params from standard input.
  4. it is totally no need to use sh -c 'string' $0 $1 $2 to reiceive params for xargs.

合并请求报告