()
| 168 | } |
| 169 | |
| 170 | protected String help() { |
| 171 | return "Available commands:\n" + "%HELP - this message\n" |
| 172 | + "%ASLINK ftn_address - proccess command as other link ( not the origin )\n" |
| 173 | + "%LIST - list of all scripts\n" |
| 174 | + "%RUN scriptId - force run script\n" |
| 175 | + "{multiline script} - execute multiline script"; |
| 176 | } |
| 177 | |
| 178 | private String list() throws SQLException { |
| 179 |