Ver código fonte

Add expect filetype

Alois Mahdal 8 anos atrás
pai
commit
d7f92eb618
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2
    1
      bin/mkexec

+ 2
- 1
bin/mkexec Ver arquivo

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 = {