Encoding entire directory contents |
Top Previous Next |
It's possible to use shorter syntax for directory encoding. All specified directories will be recognized and the "*" filemask applied. >rubyencoder -r source_dir
instead of the following >rubyencoder -r "source_dir/*"
|