Last active
August 29, 2015 13:57
-
-
Save Zifius/9545388 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -o index.php.orig https://raw.github.com/speedupmate/Magento-CE-Mirror/magento-ce-1.7.0.2/index.php && diff index.php.orig index.php && rm -f index.php.orig | |
Example output: | |
Alexs-MacBook-Pro:MageHackDay Alex$ curl -o index.php.orig https://raw.github.com/speedupmate/Magento-CE-Mirror/magento-ce-1.7.0.2/index.php && diff index.php.orig index.php && rm -f index.php.orig | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 2642 100 2642 0 0 3755 0 --:--:-- --:--:-- --:--:-- 3758 | |
34c34 | |
< exit; | |
--- | |
> // exit; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment