(not set) | |
Blog | http://www.janosgyerik.com/blog |
Website | http://www.janosgyerik.com/ |
0
score
|
Create an array of CPU frequencies in GHz$ cpus=($({ echo scale=2; awk '/cpu MHz/ {print $4 " / 1000"}' /proc/cpuinfo; } | bc)) |
0
score
|
Test git archive before actually creating an archive // fake dry run$ git archive master some/project/subdir | tar t |