https://github.com/jrincayc/ucblogo-code
Revision 26eaac04cebd84662da33dce70d67f622d43ae6b authored by pahihu on 22 January 2020, 18:58:44 UTC, committed by pahihu on 22 January 2020, 18:58:44 UTC
1 parent ed8ceca
Raw File
Tip revision: 26eaac04cebd84662da33dce70d67f622d43ae6b authored by pahihu on 22 January 2020, 18:58:44 UTC
macOS makefile changes
Tip revision: 26eaac0
diffscript.pl
# /usr/bin/

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


}
back to top