Rename the executable to haml

Fix #1066
This commit is contained in:
Takashi Kokubun 2021-07-27 21:10:02 -07:00
parent 9717dbb394
commit e42b92f9f0
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD
2 changed files with 6 additions and 6 deletions

6
exe/haml Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env ruby
$:.unshift File.expand_path('../lib', __dir__)
require 'haml/cli'
Haml::CLI.start(ARGV)

View File

@ -1,6 +0,0 @@
#!/usr/bin/env ruby
$:.unshift File.expand_path('../../lib', __FILE__)
require 'hamlit/cli'
Hamlit::CLI.start(ARGV)