瀏覽代碼

Add Fastfoo template for bash

Alois Mahdal 9 年之前
父節點
當前提交
086412c6a3
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      bin/mkexec

+ 5
- 0
bin/mkexec 查看文件

60
     pl => {
60
     pl => {
61
         ''      => "use strict;\nuse warnings;\n",
61
         ''      => "use strict;\nuse warnings;\n",
62
         test    => "use strict;\nuse warnings;\nuse Test::More;\n\n",
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