Skip to content

Instantly share code, notes, and snippets.

View mpusz's full-sized avatar

Mateusz Pusz mpusz

View GitHub Profile
@mpusz
mpusz / do_reverse.pl
Created February 4, 2011 22:03
Adds #ifdef compiler commands to all modified files in order to allow quick reversibility of the changes done between 2 provided GIT revisions.
#!/usr/bin/perl
#
# Made by Mateusz Pusz
# Please give feedback
#
# Script purpose is to add #ifdef compiler commands to all modified
# files in order to allow quick reversibility of the changes done
# between 2 provided GIT revisions.
#