diff options
| -rw-r--r-- | doc/forum/Script_to_convert_config_files_for_inclusion_in_Propellor_config.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/forum/Script_to_convert_config_files_for_inclusion_in_Propellor_config.mdwn b/doc/forum/Script_to_convert_config_files_for_inclusion_in_Propellor_config.mdwn index d3c77a17..c9f5ec8b 100644 --- a/doc/forum/Script_to_convert_config_files_for_inclusion_in_Propellor_config.mdwn +++ b/doc/forum/Script_to_convert_config_files_for_inclusion_in_Propellor_config.mdwn @@ -37,3 +37,5 @@ wrapEscapeLine line = "\"" ++ (foldr step "" line) ++ "\"" """]] Usage: `cat config_file | propellor_lines` (or in Emacs, dump the config file into your propellor config, select the region and use `C-u M-|` to pipe it through). + +-- [[spwhitton|https://spwhitton.name]] |
