Revision e8f4a26b4f00c1c4a53749c4c9f21cd682d9eeed authored by chou86_e on 17 August 2008, 00:01:51 UTC, committed by chou86_e on 17 August 2008, 00:01:51 UTC

git-svn-id: https://svn.code.sf.net/p/ucblogo/code@160 fc4ef4ee-df3e-0410-84de-fb01f5d6c4f7
1 parent 31868f1
Raw File
diffscript.pl
# /usr/bin/

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


}
back to top