Revision a57c98c8f71f848b0ec27d7e87726d0c6439b788 authored by Andras Pahi on 29 January 2020, 13:27:03 UTC, committed by Andras Pahi on 29 January 2020, 13:27:03 UTC
1 parent 91ccedb
Raw File
diffscript.pl
# /usr/bin/

# args are directories
foreach $file (glob(@ARGV)) {
    if (diff 


}
back to top