Sfoglia il codice sorgente

Add Fastfoo template for bash

Alois Mahdal 9 anni fa
parent
commit
086412c6a3
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  1. 5
    0
      bin/mkexec

+ 5
- 0
bin/mkexec Vedi File

@@ -60,6 +60,11 @@ my $templates = {
60 60
     pl => {
61 61
         ''      => "use strict;\nuse warnings;\n",
62 62
         test    => "use strict;\nuse warnings;\nuse Test::More;\n\n",
63
+    },
64
+    bash => {
65
+        'ffoo'  => "\n. \$(ffoom path) || exit 3\n\n"
66
+                   . "ffoo import pretty\n\n"
67
+                   . "FFOO_DEBUG=true",
63 68
     }
64 69
 };
65 70