diff options
| author | Joshua Peek <josh@joshpeek.com> | 2012-08-03 15:07:36 -0500 |
|---|---|---|
| committer | Joshua Peek <josh@joshpeek.com> | 2012-08-03 15:07:36 -0500 |
| commit | 16a67cb852342b7c26cdde272458eb48cd016f4b (patch) | |
| tree | 3377c623362b355d6019f19be7efc6ee3d5411a3 /samples/Shell/zsh.script! | |
| parent | fbbaff09cded5c485b4898e07c2c006eaf06074d (diff) | |
Move shebang detection into classifier
Fixes #203
Diffstat (limited to 'samples/Shell/zsh.script!')
| -rwxr-xr-x | samples/Shell/zsh.script! | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/samples/Shell/zsh.script! b/samples/Shell/zsh.script! new file mode 100755 index 0000000..ed274ab --- /dev/null +++ b/samples/Shell/zsh.script! @@ -0,0 +1,2 @@ +#!/bin/zsh +echo "zsh" |
