https://github.com/jrincayc/ucblogo-code
Revision 8a2330fd79f92af13f3548510377dea4877e59c6 authored by Joshua J. Cogliati on 15 September 2019, 23:22:35 UTC, committed by Joshua J. Cogliati on 10 October 2019, 02:47:11 UTC
1 parent 7360ada
Raw File
Tip revision: 8a2330fd79f92af13f3548510377dea4877e59c6 authored by Joshua J. Cogliati on 15 September 2019, 23:22:35 UTC
matherr is now deprecated.
Tip revision: 8a2330f
diffscript.pl
# /usr/bin/

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


}
back to top