Wed, 18.01.2012 - 10:41 Usually I download patch and use it when on my machine. A lot of times I do not need patch on my machine, so figured out how to patch directly from web: wget -qO- https://example.com/path/to/patch/file.patch | patch Tags Linux Programming
Wed, 18.01.2012 - 10:41 Usually I download patch and use it when on my machine. A lot of times I do not need patch on my machine, so figured out how to patch directly from web: wget -qO- https://example.com/path/to/patch/file.patch | patch Tags Linux Programming