mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-03-03 20:49:52 +00:00
Detect language from shebang script
This commit is contained in:
4
test/fixtures/blob/script.rake
vendored
Normal file
4
test/fixtures/blob/script.rake
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env rake
|
||||
task :default do
|
||||
puts "Rake"
|
||||
end
|
||||
Reference in New Issue
Block a user