Changeset 101:024ee27ce4fa
- Timestamp:
- 06/23/12 21:10:21 (12 years ago)
- Branch:
- default
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
vstup/skriptování.xml
r100 r101 47 47 48 48 while (<JAVA>) { 49 #i.put("bash", "/bin/bash");50 49 if (/podporovanýJazyk\.put\("(\w+)",\s*"(.*)"\);/) { 51 50 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 93 93 }; 94 94 95 96 97 95 f.setExecutable(true); 98 96 Runtime r = Runtime.getRuntime();