Changeset 101:024ee27ce4fa

Show
Ignore:
Timestamp:
06/23/12 21:10:21 (12 years ago)
Author:
František Kučera <franta-hg@…>
Branch:
default
Message:

drobnosti

Files:
2 modified

Legend:

Unmodified
Added
Removed
  • vstup/skriptování.xml

    r100 r101  
    4747 
    4848while (<JAVA>) { 
    49 #i.put("bash", "/bin/bash"); 
    5049        if (/podporovanýJazyk\.put\("(\w+)",\s*"(.*)"\);/) { 
    5150                print "<tr><td><code>$1</code></td><td><code>$2</code></td></tr>\n"; 
  • šablona/funkce/src/cz/frantovo/xmlWebGenerator/makra/Skriptování.java

    r95 r101  
    9393                                }; 
    9494 
    95  
    96  
    9795                                f.setExecutable(true); 
    9896                                Runtime r = Runtime.getRuntime();