mirror of
https://github.com/git/git
synced 2024-10-31 01:43:41 +00:00
5 lines
132 B
Text
5 lines
132 B
Text
|
perl -e '
|
||
|
defined($_ = -s $_) or die for @ARGV;
|
||
|
exit 1 if $ARGV[0] <= $ARGV[1];
|
||
|
' test-2-$packname_2.pack test-3-$packname_3.pack
|