https://github.com/jrincayc/ucblogo-code
Revision d7c152d2a1bd68c8eb18dcce16972ba6b18e0a7a authored by Joshua Cogliati on 19 December 2019, 03:08:46 UTC, committed by GitHub on 19 December 2019, 03:08:46 UTC
Search in HOME for startup.lg, instead of cwd.
2 parent s 13ee57d + bef1e1f
Raw File
Tip revision: d7c152d2a1bd68c8eb18dcce16972ba6b18e0a7a authored by Joshua Cogliati on 19 December 2019, 03:08:46 UTC
Merge pull request #13 from jrincayc/fix_startup_load
Tip revision: d7c152d
diffscript.pl
# /usr/bin/

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


}
back to top