Explorar el Código

Add expect filetype

Alois Mahdal hace 10 años
padre
commit
d7f92eb618
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      bin/mkexec

+ 2
- 1
bin/mkexec Ver fichero

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