https://github.com/jrincayc/ucblogo-code
Revision d1273213c05be76289dc67145144a49a194a7a74 authored by Joshua J. Cogliati on 31 January 2020, 18:11:52 UTC, committed by Joshua J. Cogliati on 31 January 2020, 18:11:52 UTC
1 parent 5a8b593
Raw File
Tip revision: d1273213c05be76289dc67145144a49a194a7a74 authored by Joshua J. Cogliati on 31 January 2020, 18:11:52 UTC
Removing now unneeded ifdefs
Tip revision: d127321
diffscript.pl
# /usr/bin/

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


}
back to top