summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspwhitton2015-11-24 15:42:25 +0000
committeradmin2015-11-24 15:42:25 +0000
commit61be7bc943907d2252be711471df3c84b99514e7 (patch)
treea51aeed68f60be08935b436d90aa325ceba3eca5
parent41116ba118ab1335947530963ad252b1c4184770 (diff)
sign script contribution
-rw-r--r--doc/forum/Script_to_convert_config_files_for_inclusion_in_Propellor_config.mdwn2
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]]