University stuff.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.txt 567B

12345678910
  1. Usage: 'ruterdrift <file>'
  2. * Type 'help' to get a list of commands and arguments.
  3. * Arguments are separated by space.
  4. * Text in quotes will be interpreted as one argument, even with spaces.
  5. * Boolean arguments are numbers, where 1 is true, 0 is false.
  6. There are some files which are still reachable according to valgrind. All of
  7. those are because I use the readline library; I free all strings after they're
  8. read, and clear the history at the end, but there are still some reachable
  9. bytes allocated by readline, which there's not really anything I can do about.