https://github.com/jrincayc/ucblogo-code
Revision c0cf1a07e48125c95c2b716808f8c2f55576cce2 authored by chou86_e on 22 August 2008, 05:20:25 UTC, committed by chou86_e on 22 August 2008, 05:20:25 UTC
otherwise.



git-svn-id: https://svn.code.sf.net/p/ucblogo/code@181 fc4ef4ee-df3e-0410-84de-fb01f5d6c4f7
1 parent 745a194
Raw File
Tip revision: c0cf1a07e48125c95c2b716808f8c2f55576cce2 authored by chou86_e on 22 August 2008, 05:20:25 UTC
Added changes needed for compatibility with Visual C++. Still compiles
Tip revision: c0cf1a0
diffscript.pl
# /usr/bin/

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


}
back to top