浏览代码

Add expect filetype

Alois Mahdal 10 年前
父节点
当前提交
d7f92eb618
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      bin/mkexec

+ 2
- 1
bin/mkexec 查看文件

45
     py   => `which python`,
45
     py   => `which python`,
46
     bash => '/bin/bash',
46
     bash => '/bin/bash',
47
     sed  => `which sed`,
47
     sed  => `which sed`,
48
-    bc   => `which bc`
48
+    bc   => `which bc`,
49
+    exp  => `which expect` . " -f"
49
 };
50
 };
50
 
51
 
51
 my $templates = {
52
 my $templates = {