Browse Source

Add expect filetype

Alois Mahdal 8 years ago
parent
commit
d7f92eb618
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      bin/mkexec

+ 2
- 1
bin/mkexec View File

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